Skip to content

Commit

Permalink
[Git ignores]: Updated Git ignores.
Browse files Browse the repository at this point in the history
  • Loading branch information
meletev committed Jan 16, 2023
1 parent fa05b01 commit a4fbf3b
Showing 1 changed file with 38 additions and 0 deletions.
38 changes: 38 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
/bin/

### Java ###
# Compiled class file
*.class

Expand All @@ -21,3 +24,38 @@

# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
hs_err_pid*

### Maven ###
target/
!.mvn/wrapper/maven-wrapper.jar
!**/src/main/**/target/
!**/src/test/**/target/

### STS ###
.apt_generated
.classpath
.factorypath
.project
.settings
.springBeans
.sts4-cache

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

### NetBeans ###
/nbproject/private/
/nbbuild/
/dist/
/nbdist/
/.nb-gradle/
build/
!**/src/main/**/build/
!**/src/test/**/build/

### VS Code ###
.vscode/
*.code-workspace

0 comments on commit a4fbf3b

Please sign in to comment.