Skip to content

Commit

Permalink
Refactor .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
ruibaby committed Apr 3, 2019
1 parent b7fa579 commit bf795f3
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
*.js linguist-language=Java
*.css linguist-language=Java
*.ftl linguist-language=FreeMarker
*.html linguist-language=Vue
21 changes: 21 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit bf795f3

Please sign in to comment.