mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-11 18:29:05 +01:00
26 lines
284 B
Plaintext
26 lines
284 B
Plaintext
.metadata
|
|
*.tmp
|
|
*.swp
|
|
|
|
# Windows thumbnail db
|
|
Thumbs.db
|
|
|
|
# OSX files
|
|
.DS_Store
|
|
|
|
# Eclipse project files
|
|
#.classpath
|
|
#.project
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Android Studio
|
|
.idea/*
|
|
!.idea/codeStyleSettings.xml
|
|
.gradle
|
|
build/
|
|
*.iml
|
|
.gitignore
|
|
src/test/
|