32 lines
481 B
Text
32 lines
481 B
Text
# Ignore all of the binaries and stuff that gets built for Foundry from the raw
|
|
# JSON data because it's annoying seeing it in my git changes when it isn't actually
|
|
# needed.
|
|
/packs/**/*
|
|
!/packs/**/*/
|
|
!/packs/**/*.json
|
|
|
|
# Logs
|
|
logs
|
|
*.log
|
|
npm-debug.log*
|
|
yarn-debug.log*
|
|
yarn-error.log*
|
|
pnpm-debug.log*
|
|
lerna-debug.log*
|
|
|
|
node_modules
|
|
/*.dist
|
|
*.local
|
|
.env
|
|
/foundry
|
|
|
|
# Editor directories and files
|
|
.vscode/*
|
|
!.vscode/extensions.json
|
|
.idea
|
|
.DS_Store
|
|
*.suo
|
|
*.ntvs*
|
|
*.njsproj
|
|
*.sln
|
|
*.sw?
|