InvUI/.gitignore
2021-12-12 12:13:14 +01:00

56 lines
833 B
Plaintext

# Local pydev project properties file
*.pydevproject
# Eclipse Metadata
.metadata
# Gradle temporarily build directory
.gradle
# Eclipse Build Directory
bin/
# Temp files should never be added to git
tmp/
*.tmp
*.swp
# Backup files also shouldn't be saved
*.bak
# Interface Builders shouldn't be added to git
*~.nib
# As the name says, it's only local
local.properties
# IDE Settings shouldn't be added to git
.settings/
.loadpath
*.iml
## Main Jetbrains directory with lots of local settings
.idea/
## File-based project format:
*.ipr
*.iws
# IntelliJ
/out/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Target directories shouldn't be added to git
target/
# Eclipse Recommenders are really unnecessary for git
.recommenders/
# Local Libraries shouldn't be added to git
.libs/