add autogenerated .gitignore from IntelliJ ignore plugin to avoid problems on linuxKali

This commit is contained in:
Hansjörg Hofer 2024-01-16 19:39:10 +01:00
parent 0196390166
commit 50f7dc7c89
1 changed files with 26 additions and 0 deletions

26
.gitignore vendored Normal file
View File

@ -0,0 +1,26 @@
### Java template
# Compiled class file
*.class
target/*
# Log file
*.log
# 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*
replay_pid*
# IntelliJ project files
.idea
*.iml
out
gen