Rushabh Mehta | b32c5f2 | 2011-06-22 16:39:43 +0530 | [diff] [blame] | 1 | *.pyc |
Anand Doshi | 1d55c72 | 2013-01-07 12:54:10 +0530 | [diff] [blame] | 2 | *.py~ |
Rushabh Mehta | b32c5f2 | 2011-06-22 16:39:43 +0530 | [diff] [blame] | 3 | .DS_Store |
Rushabh Mehta | cabfc65 | 2012-04-14 16:08:45 +0530 | [diff] [blame] | 4 | conf.py |
Rushabh Mehta | 8155ff2 | 2013-06-17 12:09:53 +0530 | [diff] [blame] | 5 | locale |
Rushabh Mehta | 3ed351d | 2013-07-09 14:36:41 +0530 | [diff] [blame] | 6 | latest_updates.json |
Rushabh Mehta | 8155ff2 | 2013-06-17 12:09:53 +0530 | [diff] [blame] | 7 | .wnf-lang-status |
Rushabh Mehta | e460aa2 | 2013-12-11 11:32:21 +0530 | [diff] [blame] | 8 | *.egg-info |
9 | dist/ | ||||
Faris Ansari | 0c8294c | 2021-05-07 14:53:55 +0530 | [diff] [blame] | 10 | erpnext/public/dist |
Rushabh Mehta | d50356d | 2016-02-04 17:10:24 +0530 | [diff] [blame] | 11 | erpnext/docs/current |
Manas Solanki | ab70b53 | 2018-02-13 18:27:02 +0530 | [diff] [blame] | 12 | *.swp |
13 | *.swo | ||||
Kenneth Sequeira | 89795c3 | 2018-03-05 11:06:44 +0530 | [diff] [blame] | 14 | __pycache__ |
Manas Solanki | ab70b53 | 2018-02-13 18:27:02 +0530 | [diff] [blame] | 15 | *~ |
deepeshgarg007 | 5e9c7e2 | 2018-12-31 16:24:46 +0530 | [diff] [blame] | 16 | .idea/ |
Sagar Vora | 7ea2497 | 2019-01-31 09:17:29 +0530 | [diff] [blame] | 17 | .vscode/ |
Sagar Vora | f97c5da | 2019-01-29 18:39:14 +0530 | [diff] [blame] | 18 | node_modules/ |
Saqib | 727e5d1 | 2021-07-09 21:55:37 +0530 | [diff] [blame] | 19 | .backportrc.json |