mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
improved git ignore
This commit is contained in:
21
.gitignore
vendored
21
.gitignore
vendored
@@ -1,6 +1,21 @@
|
|||||||
build
|
|
||||||
.gradle
|
|
||||||
.metadata
|
.metadata
|
||||||
*.tmp
|
*.tmp
|
||||||
.idea
|
|
||||||
|
# Windows thumbnail db
|
||||||
|
Thumbs.db
|
||||||
|
|
||||||
|
# OSX files
|
||||||
|
.DS_Store
|
||||||
|
|
||||||
|
# Eclipse project files
|
||||||
|
.classpath
|
||||||
|
.project
|
||||||
|
|
||||||
|
# Local configuration file (sdk path, etc)
|
||||||
local.properties
|
local.properties
|
||||||
|
|
||||||
|
# Android Studio
|
||||||
|
.idea
|
||||||
|
.gradle
|
||||||
|
build
|
||||||
|
*.iml
|
||||||
|
|||||||
Reference in New Issue
Block a user