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/
|
||||
.classpath
|
||||
.project
|
||||
.gradle/
|
||||
eclipse/
|
||||
# Ignore Gradle cache files & directories
|
||||
bin/
|
||||
repo/
|
||||
/run/
|
||||
build/
|
||||
## Eclipse
|
||||
eclipse/
|
||||
.classpath
|
||||
.gradle/
|
||||
.project
|
||||
.settings/
|
||||
#IDEA files from Gradle
|
||||
.idea/
|
||||
## Idea
|
||||
.idea
|
||||
/*.iml
|
||||
/*.ipr
|
||||
/*.iws
|
||||
|
||||
# Ignore OS cache files & directories
|
||||
*.DS_Store
|
||||
_MACOSX
|
||||
Thumbs.db
|
||||
|
|
|
|||
Loading…
Reference in New Issue