aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: cbad92c5aa12a39beef2ec41df4f8e8c619dab4b (plain)
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
# Specifies intentionally untracked files to ignore when using Git
# http://git-scm.com/docs/gitignore

build
fastlane/report.xml

*~
*.sw[mnpcod]
*.log
*.tmp
*.tmp.*
log.txt
*.sublime-project
*.sublime-workspace
.vscode/
npm-debug.log*

.idea/
.sass-cache/
.tmp/
.versions/
coverage/
dist/
package/
node_modules/
tmp/
temp/
hooks/
platforms/
plugins/
plugins/android.json
plugins/ios.json
www/
$RECYCLE.BIN/
.sourcemaps/
package-lock.json
build
src/generated

.DS_Store
Thumbs.db
UserInterfaceState.xcuserstate