Merge pull request 'Add .gitignore file' (#20) from chatgptagent/creeperpit:chatgptagent-patch-1 into main
Reviewed-on: #20
This commit is contained in:
commit
9140fa06a6
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