Skip to content

Commit

Permalink
update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
JustinJava committed Jun 10, 2021
1 parent 08b9df6 commit a4a0676
Showing 1 changed file with 34 additions and 19 deletions.
53 changes: 34 additions & 19 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,8 +1,32 @@
# Created by .ignore support plugin (hsz.mobi)
.gitignore
#README.md

# Operating System Files
### app ###
build/
target/
bin/
out/
!**/src/main/**/out/
!**/src/test/**/out/
!**/src/main/**/build/
!**/src/test/**/build/

### Gradle ###
.gradle/
!gradle/wrapper/gradle-wrapper.jar

### IntelliJ IDEA ###
.idea
*.iws
*.iml
*.ipr

### Eclipse ###
.classpath
.project
.settings/

# Operating System Files
*.DS_Store
Thumbs.db
*.sw?
Expand All @@ -11,23 +35,14 @@ Thumbs.db
*~
*.sublime-*

# Build Artifacts
### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/

.gradle/
build/
target/
bin/
dependency-reduced-pom.xml
### VS Code ###
.vscode/

# Eclipse Project Files

.classpath
.project
.settings/

# IntelliJ IDEA Files

*.iml
*.ipr
*.iws
*.idea

0 comments on commit a4a0676

Please sign in to comment.