Update gitignore
This commit is contained in:
parent
ed64987cfe
commit
95ddfc147f
2 changed files with 1 additions and 16 deletions
16
.gitignore
vendored
16
.gitignore
vendored
|
|
@ -1,21 +1,7 @@
|
||||||
# build output
|
# build output
|
||||||
dist/
|
dist/
|
||||||
|
|
||||||
# generated types
|
|
||||||
.astro/
|
.astro/
|
||||||
|
|
||||||
# dependencies
|
|
||||||
node_modules/
|
node_modules/
|
||||||
|
|
||||||
# logs
|
|
||||||
npm-debug.log*
|
npm-debug.log*
|
||||||
yarn-debug.log*
|
|
||||||
yarn-error.log*
|
|
||||||
pnpm-debug.log*
|
|
||||||
|
|
||||||
# environment variables
|
|
||||||
.env
|
.env
|
||||||
.env.production
|
public/games/**
|
||||||
|
|
||||||
# macOS-specific files
|
|
||||||
.DS_Store
|
|
||||||
1
public/games/.gitignore
vendored
1
public/games/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
||||||
**/
|
|
||||||
Loading…
Add table
Reference in a new issue