mirror of
https://github.com/Creators-of-Create/Create.git
synced 2024-11-10 12:33:57 +01:00
47 lines
449 B
Plaintext
47 lines
449 B
Plaintext
## Based on GitHub's Eclipse .gitignore
|
|
|
|
run/
|
|
.gradle/
|
|
build/
|
|
gradle-app.setting
|
|
|
|
## IntelliJ IDEA
|
|
|
|
.idea/
|
|
out/
|
|
*.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
|
|
.buildpath
|
|
|
|
.DS_Store
|
|
/libs/
|