Added new files/folders to the .gitignore
This commit is contained in:
parent
d6e4fcca5f
commit
397c5fcb05
10
.gitignore
vendored
10
.gitignore
vendored
@ -1,5 +1,6 @@
|
|||||||
# Compiled class file
|
# Compiled class file
|
||||||
*.class
|
*.class
|
||||||
|
target
|
||||||
|
|
||||||
# Log file
|
# Log file
|
||||||
*.log
|
*.log
|
||||||
@ -22,3 +23,12 @@
|
|||||||
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
|
||||||
hs_err_pid*
|
hs_err_pid*
|
||||||
replay_pid*
|
replay_pid*
|
||||||
|
|
||||||
|
# IDE files
|
||||||
|
.idea
|
||||||
|
*.iml
|
||||||
|
.vscode
|
||||||
|
.classpath
|
||||||
|
|
||||||
|
# Data files
|
||||||
|
data
|
Reference in New Issue
Block a user