Skip to content

Commit 00ebb84

Browse files
committed
Adding gitignore
1 parent 62364e2 commit 00ebb84

File tree

1 file changed

+54
-0
lines changed

1 file changed

+54
-0
lines changed

.gitignore

Lines changed: 54 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,54 @@
1+
# OSX
2+
#
3+
.DS_Store
4+
5+
# Xcode
6+
#
7+
build/
8+
*.pbxuser
9+
!default.pbxuser
10+
*.mode1v3
11+
!default.mode1v3
12+
*.mode2v3
13+
!default.mode2v3
14+
*.perspectivev3
15+
!default.perspectivev3
16+
xcuserdata
17+
*.xccheckout
18+
*.moved-aside
19+
DerivedData
20+
*.hmap
21+
*.ipa
22+
*.xcuserstate
23+
project.xcworkspace
24+
Pods/
25+
26+
# Android/IJ
27+
#
28+
.idea
29+
*.iml
30+
.gradle
31+
local.properties
32+
lib/android/src/main/gen
33+
34+
# node.js
35+
#
36+
node_modules/
37+
npm-debug.log
38+
yarn-error.log
39+
package-lock.json
40+
41+
# Rubygem bundles
42+
#
43+
bundles/
44+
45+
# VS Code
46+
.vscode/*
47+
!.vscode/settings.json
48+
!.vscode/tasks.json
49+
!.vscode/launch.json
50+
!.vscode/extensions.json
51+
52+
android/gradle
53+
android/gradlew
54+
android/gradlew.bat

0 commit comments

Comments
 (0)