2019-07-11 09:03:08 +02:00
|
|
|
## Based on GitHub's Eclipse .gitignore
|
|
|
|
|
|
|
|
run/
|
|
|
|
.gradle/
|
|
|
|
build/
|
|
|
|
gradle-app.setting
|
|
|
|
|
|
|
|
## IntelliJ IDEA
|
|
|
|
|
|
|
|
.idea/
|
2021-06-18 07:04:21 +02:00
|
|
|
out/
|
2019-07-11 09:03:08 +02:00
|
|
|
*.iml
|
|
|
|
*.iws
|
|
|
|
*.ipr
|
|
|
|
|
|
|
|
## Eclipse
|
|
|
|
|
|
|
|
eclipse/
|
|
|
|
*.pydevproject
|
|
|
|
.project
|
|
|
|
.metadata
|
|
|
|
bin/
|
|
|
|
tmp/
|
|
|
|
*.tmp
|
|
|
|
*.bak
|
|
|
|
*.swp
|
|
|
|
*~.nib
|
|
|
|
local.properties
|
|
|
|
.classpath
|
|
|
|
.settings/
|
|
|
|
.loadpath
|
|
|
|
|
|
|
|
# External tool builders
|
|
|
|
.externalToolBuilders/
|
|
|
|
|
|
|
|
# Locally stored "Eclipse launch configurations"
|
|
|
|
*.launch
|
|
|
|
|
|
|
|
# CDT-specific
|
|
|
|
.cproject
|
|
|
|
|
|
|
|
# PDT-specific
|
2020-05-12 14:06:50 +02:00
|
|
|
.buildpath
|
2021-12-24 03:15:08 +01:00
|
|
|
|
|
|
|
.DS_Store
|