Skip to content

Commit

Permalink
Simplify .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Valkryst committed Sep 27, 2023
1 parent 288169a commit b8d58f7
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 196 deletions.
42 changes: 4 additions & 38 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,38 +1,4 @@
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
/.idea/
/target/
/out/
/VCodeLanguageDetector.iml
8 changes: 0 additions & 8 deletions .idea/.gitignore

This file was deleted.

7 changes: 0 additions & 7 deletions .idea/encodings.xml

This file was deleted.

13 changes: 0 additions & 13 deletions .idea/misc.xml

This file was deleted.

124 changes: 0 additions & 124 deletions .idea/uiDesigner.xml

This file was deleted.

6 changes: 0 additions & 6 deletions .idea/vcs.xml

This file was deleted.

0 comments on commit b8d58f7

Please sign in to comment.