Skip to content

Commit

Permalink
Update gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
terrymanu committed Oct 14, 2023
1 parent 12ea227 commit 343582c
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 1 deletion.
26 changes: 25 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,26 +1,40 @@
# maven ignore
target/
*.class
*.jar
*.war
*.zip
*.tar
*.tar.gz
dependency-reduced-pom.xml
.flattened-pom.xml
pom.xml.versionsBackup

# maven plugin ignore
release.properties
*.gpg

# eclipse ignore
.settings/
.project
.classpath
.factorypath

# idea ignore
.idea/
!/.idea/icon.png
*.ipr
*.iml
*.iws

# vscode ignore
.vscode/

# temp ignore
logs/
*.doc
*.log
*.tlog
*.doc
*.cache
*.diff
*.patch
Expand All @@ -30,4 +44,14 @@ logs/
.DS_Store
Thumbs.db

# antlr ignore
gen/
*.tokens

# profiler ignore
.profiler/

# hugo ignore
public/
.hugo_build.lock
*.html-e
Empty file removed docs/.hugo_build.lock
Empty file.

0 comments on commit 343582c

Please sign in to comment.