Skip to content

Commit 1357540

Browse files
author
Leszek
committed
🚧 .gitignore has been extended
1 parent 20f38cc commit 1357540

File tree

1 file changed

+35
-1
lines changed

1 file changed

+35
-1
lines changed

.gitignore

Lines changed: 35 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,38 @@ crashlytics-build.properties
6666

6767
# Temporary auto-generated Android Assets
6868
/[Aa]ssets/[Ss]treamingAssets/aa.meta
69-
/[Aa]ssets/[Ss]treamingAssets/aa/*
69+
/[Aa]ssets/[Ss]treamingAssets/aa/*
70+
71+
# Compiled source
72+
*.com
73+
*.class
74+
*.dll
75+
*.exe
76+
*.o
77+
*.so
78+
79+
# Packages
80+
# it's better to unpack these files and commit the raw source
81+
# git has its own built in compression methods
82+
*.7z
83+
*.dmg
84+
*.gz
85+
*.iso
86+
*.jar
87+
*.rar
88+
*.tar
89+
*.zip
90+
91+
# Logs and databases
92+
*.log
93+
*.sql
94+
*.sqlite
95+
96+
# OS generated files
97+
.DS_Store
98+
.DS_Store?
99+
._*
100+
.Spotlight-V100
101+
.Trashes
102+
ehthumbs.db
103+
Thumbs.db

0 commit comments

Comments
 (0)