Skip to content

Instantly share code, notes, and snippets.

@SakaDream
Created March 24, 2017 15:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save SakaDream/21f0c9b0272f2181d720922ba81241de to your computer and use it in GitHub Desktop.
Save SakaDream/21f0c9b0272f2181d720922ba81241de to your computer and use it in GitHub Desktop.
# Created by https://www.gitignore.io/api/java,visualstudiocode,maven
### Java ###
# Compiled class file
*.class
# Log file
*.log
# BlueJ files
*.ctxt
# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Package Files #
*.jar
*.war
*.ear
*.zip
*.tar.gz
*.rar
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*
### Maven ###
target/
pom.xml.tag
pom.xml.releaseBackup
pom.xml.versionsBackup
pom.xml.next
release.properties
dependency-reduced-pom.xml
buildNumber.properties
.mvn/timing.properties
# Avoid ignoring Maven wrapper jar file (.jar files are usually ignored)
!/.mvn/wrapper/maven-wrapper.jar
### VisualStudioCode ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
### Other Files ###
*.bat
*.py
*.sql
# End of https://www.gitignore.io/api/java,visualstudiocode,maven
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment