Skip to content

Commit a790188

Browse files
authored
Merge pull request #2 from firebase/feature_android_build
Add gitignore file
2 parents 4ab1ee1 + a7044a3 commit a790188

File tree

1 file changed

+22
-0
lines changed

1 file changed

+22
-0
lines changed

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
.DS_Store
2+
3+
# Python byte-compiled / optimized / DLL files
4+
__pycache__/
5+
*.py[cod]
6+
*$py.class
7+
8+
### Gradle ###
9+
.gradle
10+
**/build/
11+
12+
# Unencrypted secret files
13+
google-services.json
14+
GoogleService-Info.plist
15+
uri_prefix.txt
16+
server_key.txt
17+
gcs_key_file.json
18+
19+
# Folders for cmake/test output
20+
*_build/
21+
*_unity/
22+
*_unity_seperate/

0 commit comments

Comments
 (0)