Skip to content

Commit

Permalink
Adding .gitignore.
Browse files Browse the repository at this point in the history
  • Loading branch information
followingell committed Jun 2, 2020
1 parent b3b3796 commit 5ea8e81
Showing 1 changed file with 31 additions and 0 deletions.
31 changes: 31 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
# Build output
target/
*.class

# Log file
*.log

# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar

# VM crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

# IDE
.idea/
*.iml
.settings/
.project
.classpath
.vscode/

# macOS
.DS_Store

# AWS
events/

0 comments on commit 5ea8e81

Please sign in to comment.