Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Gitignore - init repository
  • Loading branch information
tomas-langer committed Oct 14, 2021
0 parents commit 03b8d47
Showing 1 changed file with 41 additions and 0 deletions.
41 changes: 41 additions & 0 deletions .gitignore
@@ -0,0 +1,41 @@
# Compiled class file
*.class

# Log file
*.log

# Editors
.settings/
.project
.classpath
.idea/
*.iml
*.iwl
*.ipr
.vscode/

# Build tools
target/
build/
test-output/

# Package Files #
*.jar
*.war
*.nar
*.ear
*.zip
*.tar.gz
*.rar

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

# Other
.checkstyle
tck/bin/
.factorypath
# Ignore a release.conf for perform_release/* script usage
release.conf
**.DS_Store
*.cache/

0 comments on commit 03b8d47

Please sign in to comment.