Browse Source

.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>
pull/22/head
Esther1024 6 months ago
committed by crueter
parent
commit
9d60900ecf
  1. 6
      .gitignore

6
.gitignore

@ -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…
Cancel
Save