53 lines
515 B
Plaintext
53 lines
515 B
Plaintext
|
# Custom
|
||
|
|
||
|
## Bash export gitea auth token
|
||
|
|
||
|
.gitea.env
|
||
|
|
||
|
## Personal project folders I'm using
|
||
|
|
||
|
cache
|
||
|
vanilla_cache
|
||
|
scripts
|
||
|
|
||
|
## We are NOT using Zero-Installs
|
||
|
|
||
|
.pnp.*
|
||
|
.yarn/*
|
||
|
!.yarn/patches
|
||
|
!.yarn/plugins
|
||
|
!.yarn/releases
|
||
|
!.yarn/sdks
|
||
|
!.yarn/versions
|
||
|
|
||
|
# Defaults
|
||
|
|
||
|
.env
|
||
|
|
||
|
## Logs
|
||
|
logs
|
||
|
*.log
|
||
|
npm-debug.log*
|
||
|
|
||
|
## Runtime data
|
||
|
pids
|
||
|
*.pid
|
||
|
*.seed
|
||
|
|
||
|
## Optional npm cache directory
|
||
|
.npm
|
||
|
|
||
|
## Optional REPL history
|
||
|
.node_repl_history
|
||
|
|
||
|
## Other defaults
|
||
|
|
||
|
typings/
|
||
|
node_modules
|
||
|
build
|
||
|
sandbox
|
||
|
sand\ box
|
||
|
debug.log
|
||
|
yarn-error.log
|
||
|
*.map
|