Skip to content

Commit

Permalink
Move gitignore in the module to root folder
Browse files Browse the repository at this point in the history
  • Loading branch information
pasandevin committed Jun 29, 2023
1 parent 49c88db commit d74646d
Show file tree
Hide file tree
Showing 2 changed files with 39 additions and 39 deletions.
39 changes: 39 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,42 @@
hs_err_pid*
replay_pid*

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

39 changes: 0 additions & 39 deletions components/.gitignore

This file was deleted.

0 comments on commit d74646d

Please sign in to comment.