Ignore misc IDE files

This commit is contained in:
Simon Frei 2021-07-19 13:38:36 +02:00
parent 6453599a53
commit 8552b8310c
No known key found for this signature in database
GPG Key ID: 7C31D23ECB1006F3
1 changed files with 7 additions and 0 deletions

7
.gitignore vendored
View File

@ -16,6 +16,7 @@ obj/
.gradle/
syncthing/gobuild
syncthing/pkg
__pycache__
# Local configuration file (sdk path, etc)
local.properties
@ -27,6 +28,12 @@ project.properties
*.iws
.idea/
# Misc IDE stuff
eclipse-java-style.xml
.classpath
.project
.settings
# Gradle wrapper
gradle/wrapper/gradle/
gradle/wrapper/gradlew*