mirror of
https://github.com/LBPUnion/ProjectLighthouse.git
synced 2025-08-10 05:48:39 +00:00
Update .gitignore
This commit is contained in:
parent
71eb5fd858
commit
94c6ee73b7
1 changed files with 12 additions and 1 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -14,7 +14,7 @@ ProjectLighthouse/.vscode/launch.json
|
||||||
.vscode/tasks.json
|
.vscode/tasks.json
|
||||||
.vscode/launch.json
|
.vscode/launch.json
|
||||||
.editorconfig
|
.editorconfig
|
||||||
|
launchSettings.json
|
||||||
|
|
||||||
# Lighthouse junk
|
# Lighthouse junk
|
||||||
riderModule.iml
|
riderModule.iml
|
||||||
|
@ -32,3 +32,14 @@ logs/*
|
||||||
bin/
|
bin/
|
||||||
obj/
|
obj/
|
||||||
/packages/
|
/packages/
|
||||||
|
|
||||||
|
# Misc
|
||||||
|
*.bak
|
||||||
|
*.old
|
||||||
|
BACKUP*
|
||||||
|
backup*
|
||||||
|
|
||||||
|
*.tmp
|
||||||
|
*.bin
|
||||||
|
*.png
|
||||||
|
*.jpg
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue