mirror of
https://github.com/JonasunderscoreJones/BuildGPT.git
synced 2025-10-23 07:09: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
4
.gitignore
vendored
4
.gitignore
vendored
|
@ -5,6 +5,10 @@ build/
|
||||||
out/
|
out/
|
||||||
classes/
|
classes/
|
||||||
|
|
||||||
|
# eclipse
|
||||||
|
|
||||||
|
*.launch
|
||||||
|
|
||||||
# idea
|
# idea
|
||||||
|
|
||||||
.idea/
|
.idea/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue