Updated Git config files
This commit is contained in:
parent
9a87528223
commit
a36beb09c8
|
|
@ -0,0 +1,11 @@
|
||||||
|
# Set default behaviour, in case users don't have core.autocrlf set.
|
||||||
|
* text=auto
|
||||||
|
|
||||||
|
# Explicitly declare text files we want to always be normalized and converted to native line endings on checkout.
|
||||||
|
*.md text
|
||||||
|
*.info text
|
||||||
|
*.txt text
|
||||||
|
|
||||||
|
# Denote all files that are truly binary and should not be modified.
|
||||||
|
*.png binary
|
||||||
|
*.jpg binary
|
||||||
|
|
@ -1,14 +1,19 @@
|
||||||
build/
|
# Ignore Gradle cache files & directories
|
||||||
.classpath
|
|
||||||
.project
|
|
||||||
.gradle/
|
|
||||||
eclipse/
|
|
||||||
bin/
|
bin/
|
||||||
repo/
|
build/
|
||||||
/run/
|
## Eclipse
|
||||||
|
eclipse/
|
||||||
|
.classpath
|
||||||
|
.gradle/
|
||||||
|
.project
|
||||||
.settings/
|
.settings/
|
||||||
#IDEA files from Gradle
|
## Idea
|
||||||
.idea/
|
.idea
|
||||||
/*.iml
|
/*.iml
|
||||||
/*.ipr
|
/*.ipr
|
||||||
/*.iws
|
/*.iws
|
||||||
|
|
||||||
|
# Ignore OS cache files & directories
|
||||||
|
*.DS_Store
|
||||||
|
_MACOSX
|
||||||
|
Thumbs.db
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue