update .gitignore
This commit is contained in:
parent
4cdb340ca0
commit
5bbcb07a23
25
.gitignore
vendored
25
.gitignore
vendored
@ -0,0 +1,25 @@
|
||||
# ignore common tempfiles
|
||||
*~
|
||||
|
||||
# Folder view configuration files
|
||||
.DS_Store
|
||||
Desktop.ini
|
||||
|
||||
# Thumbnail cache files
|
||||
._*
|
||||
Thumbs.db
|
||||
|
||||
# Files that might appear on external disks
|
||||
.Spotlight-V100
|
||||
.Trashes
|
||||
|
||||
# android studio
|
||||
*.iml
|
||||
.idea/
|
||||
/javadoc
|
||||
/javadoc-*
|
||||
|
||||
# gradle
|
||||
.gradle/
|
||||
**/build/
|
||||
local.properties
|
Loading…
x
Reference in New Issue
Block a user