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
|
||||
dist/
|
||||
|
||||
# generated types
|
||||
.astro/
|
||||
|
||||
# dependencies
|
||||
node_modules/
|
||||
|
||||
# logs
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
pnpm-debug.log*
|
||||
|
||||
# environment variables
|
||||
.env
|
||||
.env.production
|
||||
|
||||
# macOS-specific files
|
||||
.DS_Store
|
||||
public/games/**
|
||||
1
public/games/.gitignore
vendored
1
public/games/.gitignore
vendored
|
|
@ -1 +0,0 @@
|
|||
**/
|
||||
Loading…
Add table
Reference in a new issue