Created
February 27, 2023 07:12
-
-
Save AutMaple/eb1e5e17fa55b233e3e8710db4fbd47d to your computer and use it in GitHub Desktop.
[.gitignore]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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