forked from Speiger/Primitive-Collections
Make Gradle wrapper executable on Linux and add IntelliJ .gitignore entries
This commit is contained in:
parent
edca820634
commit
3fc6bed79a
|
@ -11,15 +11,23 @@ gradle-app.setting
|
||||||
|
|
||||||
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
# # Work around https://youtrack.jetbrains.com/issue/IDEA-116898
|
||||||
# gradle/wrapper/gradle-wrapper.properties
|
# gradle/wrapper/gradle-wrapper.properties
|
||||||
|
|
||||||
.classpath
|
.classpath
|
||||||
.project
|
.project
|
||||||
|
|
||||||
---> Custom
|
# IntelliJ
|
||||||
|
|
||||||
|
.idea/
|
||||||
|
out/
|
||||||
|
*.iws
|
||||||
|
*.ipr
|
||||||
|
*.iml
|
||||||
|
|
||||||
|
# ---> Custom
|
||||||
!/libs/
|
!/libs/
|
||||||
/.settings/
|
/.settings/
|
||||||
/bin/
|
/bin/
|
||||||
/storage/
|
/storage/
|
||||||
|
|
||||||
#Generated Code
|
#Generated Code
|
||||||
/src/main/java/speiger/src/collections/booleans/*
|
/src/main/java/speiger/src/collections/booleans/*
|
||||||
/src/main/java/speiger/src/collections/bytes/*
|
/src/main/java/speiger/src/collections/bytes/*
|
||||||
|
|
Loading…
Reference in New Issue