mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 08:15:46 +00:00
.gitignore cache things (#25)
annoying Reviewed-on: https://git.bixed.xyz/Bix/eden/pulls/25 Co-authored-by: Esther1024 <lizzie@bixed.xyz> Co-committed-by: Esther1024 <lizzie@bixed.xyz>
This commit is contained in:
parent
789dacedca
commit
9d60900ecf
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
@ -19,8 +19,14 @@ dist/english_plurals/generated_en.ts
|
||||||
.idea/
|
.idea/
|
||||||
.vs/
|
.vs/
|
||||||
.vscode/
|
.vscode/
|
||||||
|
.cache/
|
||||||
|
profile.json.gz
|
||||||
CMakeLists.txt.user*
|
CMakeLists.txt.user*
|
||||||
|
|
||||||
|
# kdevelop
|
||||||
|
.kdev4/
|
||||||
|
*.kdev4
|
||||||
|
|
||||||
# *nix related
|
# *nix related
|
||||||
# Common convention for backup or temporary files
|
# Common convention for backup or temporary files
|
||||||
*~
|
*~
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue