d1d23f252a
Signed-off-by: T-Hax <>
56 lines
536 B
Plaintext
56 lines
536 B
Plaintext
# Custom
|
|
|
|
## Bash export gitea auth token
|
|
|
|
.gitea.env
|
|
|
|
## Personal project folders I'm using
|
|
|
|
.code
|
|
cache
|
|
scripts
|
|
packages
|
|
reference
|
|
references
|
|
|
|
## 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
|
|
dist
|
|
sandbox
|
|
sand\ box
|
|
debug.log
|
|
yarn-error.log
|
|
*.map
|