Skip to content

Instantly share code, notes, and snippets.

@AutMaple
Created February 27, 2023 07:12
Show Gist options
  • Select an option

  • Save AutMaple/eb1e5e17fa55b233e3e8710db4fbd47d to your computer and use it in GitHub Desktop.

Select an option

Save AutMaple/eb1e5e17fa55b233e3e8710db4fbd47d to your computer and use it in GitHub Desktop.
[.gitignore]
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/
### IntelliJ IDEA ###
.idea/modules.xml
.idea/jarRepositories.xml
.idea/compiler.xml
.idea/libraries/
*.iws
*.iml
*.ipr
### Eclipse ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/
### VS Code ###
.vscode/
### Mac OS ###
.DS_Store
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment