Adding more git basics

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-11-14 10:40:06 -06:00
parent a633454256
commit db84a41eb7
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
2 changed files with 61 additions and 0 deletions

11
.gitattributes vendored Normal file
View File

@ -0,0 +1,11 @@
*.sh eol=lf
*.bat eol=crlf
*.txt eol=lf
*.properties eol=lf
*.java eol=lf
*.mod eol=lf
*.adoc eol=lf
*.xml eol=lf
Jenkinsfile eol=lf
*.js eol=lf
*.raw binary

50
.gitignore vendored Normal file
View File

@ -0,0 +1,50 @@
# eclipse
.classpath
.project
.settings
# maven
target/
*/src/main/java/META-INF/
*.versionsBackup
*.releaseBackup
bin/
# common junk
*.log
*.diff
*.patch
*.sw[a-p]
*.bak
*.backup
*.debug
*.dump
.attach_pid*
# vim
.*.sw[a-p]
*~
~*
# intellij / android studio
*.iml
*.ipr
*.iws
.idea/
# Mac filesystem dust
.DS_Store
# pmd
.pmdruleset
.pmd
# netbeans
/nbproject
# merge tooling
*.orig
# test generated content
*/src/test/*/WEB-INF/lib/test*.jar
.flattened-pom.xml