Add .gitignore file
This commit is contained in:
parent
a4e9f9cd5a
commit
795c2e487e
12
.gitignore
vendored
Normal file
12
.gitignore
vendored
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
# Ignore compiled class files
|
||||
*.class
|
||||
|
||||
# Ignore Maven target directory
|
||||
target/
|
||||
|
||||
# Ignore IntelliJ IDEA project files
|
||||
.idea/
|
||||
*.iml
|
||||
|
||||
# Ignore Mac OS metadata
|
||||
.DS_Store
|
||||
Loading…
Reference in New Issue
Block a user