chore: organize gitignore
All checks were successful
Discord / discord commits (push) Has been skipped
All checks were successful
Discord / discord commits (push) Has been skipped
This commit is contained in:
parent
8acc916117
commit
7a52fc6beb
1 changed files with 16 additions and 5 deletions
21
.gitignore
vendored
21
.gitignore
vendored
|
@ -1,11 +1,22 @@
|
||||||
|
# Python
|
||||||
*.egg-info
|
*.egg-info
|
||||||
*.temp
|
|
||||||
|
# NPM
|
||||||
*node_modules/
|
*node_modules/
|
||||||
**/types
|
|
||||||
*build/
|
*build/
|
||||||
|
|
||||||
|
# Direnv
|
||||||
|
*.direnv/
|
||||||
|
|
||||||
|
# Generated by nix
|
||||||
result*
|
result*
|
||||||
|
.nixd.json
|
||||||
|
|
||||||
|
## AGS
|
||||||
|
modules/ags/config/ts/lockscreen/vars.ts
|
||||||
*config.js
|
*config.js
|
||||||
*icons
|
*icons
|
||||||
*.direnv/
|
**/types
|
||||||
modules/ags/config/ts/lockscreen/vars.ts
|
|
||||||
.nixd.json
|
# Other
|
||||||
|
*.temp
|
||||||
|
|
Loading…
Reference in a new issue