Refactor .gitignore

pull/137/head
ruibaby 2019-04-03 11:37:59 +08:00
parent b7fa57902e
commit bf795f3225
2 changed files with 22 additions and 0 deletions

1
.gitattributes vendored
View File

@ -1,3 +1,4 @@
*.js linguist-language=Java
*.css linguist-language=Java
*.ftl linguist-language=FreeMarker
*.html linguist-language=Vue

21
.gitignore vendored
View File

@ -33,3 +33,24 @@ nbdist/
### VS Code ###
*.project
*.factorypath
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar