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