Skip to content

Commit

Permalink
adapt git ignore
Browse files Browse the repository at this point in the history
  • Loading branch information
wow-such-code committed May 10, 2024
1 parent 7b59a6a commit 8de1d0f
Showing 1 changed file with 27 additions and 22 deletions.
49 changes: 27 additions & 22 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,29 +1,34 @@
# Compiled class file
*.class
# Eclipse
.classpath
.project
.settings/

# Log file
*.log
# VS Code
.vscode

# Maven targets
target/*
# Intellij
.idea/
*.iml
*.iws

# BlueJ files
*.ctxt
# Mac
.DS_Store

# Mobile Tools for Java (J2ME)
.mtj.tmp/
# Maven
target/
**/.flattened-pom.xml

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar
# Some of our applications generate logs, which should be ignored by git
logs/

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

# misc
*.DS_STORE
# compiled Vaadin widgetsets
**/VAADIN/widgetsets

# From docs
**/__pycache__

# Properties, which may contain sensitive information
**/developer.properties

0 comments on commit 8de1d0f

Please sign in to comment.