Skip to content

Commit

Permalink
updated gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
nbourre committed Sep 19, 2023
1 parent 9a6b116 commit 04dd1b9
Showing 1 changed file with 28 additions and 4 deletions.
32 changes: 28 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,6 +1,31 @@

# Created by https://www.toptal.com/developers/gitignore/api/processing,visualstudiocode
# Edit at https://www.toptal.com/developers/gitignore?templates=processing,visualstudiocode
# Created by https://www.gitignore.io/api/java,processing,visualstudiocode
# Edit at https://www.gitignore.io/?templates=java,processing,visualstudiocode

### Java ###
# 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

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

### Processing ###
.DS_Store
Expand All @@ -20,10 +45,9 @@ out
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
*.code-workspace

### VisualStudioCode Patch ###
# Ignore all local history of files
.history

# End of https://www.toptal.com/developers/gitignore/api/processing,visualstudiocode
# End of https://www.gitignore.io/api/java,processing,visualstudiocode

0 comments on commit 04dd1b9

Please sign in to comment.