Skip to content

Commit

Permalink
Update .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
jsnel committed Nov 1, 2023
1 parent 956ef08 commit a46ac6a
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@ build/
.project
.settings/
target/

#netbeans specific
nbproject/*
!nbproject/project.properties
!nbproject/project.xml
pom.xml.releaseBackup
#java specific
*.class

#general swap/backup files
*.so
*.log
Expand Down Expand Up @@ -266,3 +266,5 @@ nbproject/*
.idea/

.vscode/

release.properties

0 comments on commit a46ac6a

Please sign in to comment.