remove Jetbrain Cache #2
Closed
Pasanlaksitha
started this conversation in
Ideas
Replies: 2 comments 2 replies
-
Can you specify the reason? |
Beta Was this translation helpful? Give feedback.
2 replies
-
By removing the
It's a best practice to keep the repository clean and collaborative without forcing others to deal with irrelevant local configurations. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I suggest below.git ignore template for your project. This will be safe and clean to contribute
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
Jetbrains
.idea
Beta Was this translation helpful? Give feedback.
All reactions