2017-09-21 04:42:15 +02:00
|
|
|
## Java
|
|
|
|
*.class
|
|
|
|
*.war
|
|
|
|
*.ear
|
|
|
|
hs_err_pid*
|
|
|
|
|
|
|
|
## Intellij
|
|
|
|
out/
|
2024-01-19 04:34:38 +01:00
|
|
|
build/
|
|
|
|
storage/build/
|
|
|
|
contactsbackup/build/
|
2021-01-19 13:14:52 +01:00
|
|
|
/lib/
|
2020-08-07 21:57:27 +02:00
|
|
|
.idea/*
|
|
|
|
!.idea/runConfigurations*
|
2020-09-25 15:23:32 +02:00
|
|
|
!.idea/inspectionProfiles*
|
2020-09-24 20:45:59 +02:00
|
|
|
!.idea/codeStyles*
|
2023-03-02 16:36:40 +01:00
|
|
|
!.idea/copyright*
|
2021-03-04 21:08:11 +01:00
|
|
|
!.idea/dictionaries*
|
2023-03-02 16:36:40 +01:00
|
|
|
!.idea/scopes*
|
|
|
|
!.idea/.name
|
2017-09-21 04:42:15 +02:00
|
|
|
*.ipr
|
|
|
|
*.iws
|
|
|
|
*.iml
|
|
|
|
|
|
|
|
## Eclipse
|
|
|
|
.classpath
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
**/bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
.externalToolBuilders/
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
## NetBeans
|
|
|
|
**/nbproject/private/
|
2021-01-19 13:14:52 +01:00
|
|
|
/build/
|
|
|
|
/app/build/
|
2017-09-21 04:42:15 +02:00
|
|
|
nbbuild/
|
|
|
|
dist/
|
|
|
|
nbdist/
|
|
|
|
nbactions.xml
|
|
|
|
nb-configuration.xml
|
|
|
|
|
|
|
|
## Gradle
|
|
|
|
.gradle
|
2019-06-03 20:51:58 +02:00
|
|
|
keystore.properties
|
2017-09-21 04:42:15 +02:00
|
|
|
gradle-app.setting
|
|
|
|
|
|
|
|
## OS Specific
|
|
|
|
.DS_Store
|
|
|
|
|
|
|
|
## Android
|
2019-07-31 18:33:50 +02:00
|
|
|
gen/
|