mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 05:59:19 +02:00
Add Eclipse *.launch files to the gitignore (#37)
This commit is contained in:
parent
0028e328c8
commit
01ae0cd3ab
1 changed files with 5 additions and 1 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -5,6 +5,10 @@ build/
|
||||||
out/
|
out/
|
||||||
classes/
|
classes/
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
|
||||||
|
*.launch
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
@ -22,4 +26,4 @@ bin/
|
||||||
|
|
||||||
# fabric
|
# fabric
|
||||||
|
|
||||||
run/
|
run/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue