-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
113 lines (93 loc) · 1.27 KB
/
.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
# IDEs files
*.sublime-*
*.vscode
*.iml
*.idea
*.ropeproject
/nbproject/private/
/nbproject/project.properties
/nbproject/project.xml
# Misc temp files
*.tmp
*.*~*
*.\#*
\#*\#
*.cache
Icon?
*.swp
tmp/
# SASS & CSS & Styles
.sass-cache
*.css.map
config.codekit
# Source files
*.src
*.js.map
# Linux files
**/pids/
*.pid
*.seed
# Windows files
Desktop.ini
$RECYCLE.BIN/
*._*
Thumbs.db
ehthumbs.db
# MacOS files
.DS_Store
.AppleDouble
.LSOverride
.Spotlight-V100
.Trashes
# Python files
*.pip_cache
*.pyc
# GAE Specific files
*datastore*
*blobstore*
*.search_index*
# NPM files
**/node_modules/
**/bower_components/
**/npm-debug.log
# Bower files
/app/client/libs/bower
# Test files
tests/**/report
coverage.json
app/app_test.yaml
tests/datastore_*
tests/blobstore_*
tests/search_index_*
tests/**/*tmp*
app/client/tests/reports
# Logs files
**/logs
*.log
# Typescript & Typings
/src/client/typings/tsd/
**/tsd_typings/
# Webpack
.webpack.json
# Langs
*lang.csv
*lang.js
*18n*.py
*lang*.js.py
# API documentation
docs/apis/googleapis
docs/apis/app/output
# Misc
/support/
remote/password*
marketplace/*.zip
scripts/import/
app/server/import_dump/
# Dist
/app/client/build
/app/client/pages/index.html
/app/client/pages/index_debug.html
# Notebook files
*.ipynb
# Temp files
/tmp*