forked from google/gfw-deployments
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
31 lines (30 loc) · 808 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
.svn
*.pyc
.idea
auth.dat
# ignore common library folders
apiclient/
atom/
gdata/
oauth2client/
httplib2/
uritemplate/
# ensure no accidental security leaks
client_secrets.json
privatekey.p12
privatekey.pem
apps/python/reseller3.0/RapidReseller/bower_components
apps/python/reseller3.0/RapidReseller/node_modules
apps/python/reseller3.0/RapidReseller/static/js
apps/python/reseller3.0/RapidReseller/static/css
settings_local.py
*bower_components*
*node_modules*
apps/java/RapidReseller/war/static/css
apps/java/RapidReseller/war/static/js
apps/php/rapidreseller-php/static/css/app.css
apps/php/rapidreseller-php/static/css/vendor.css
apps/php/rapidreseller-php/static/js/app.compiled.js
apps/php/rapidreseller-php/static/js/app.templates.js
apps/php/rapidreseller-php/static/js/vendor.js
settings_local.php