Add rest of stuff
This commit is contained in:
parent
0baa63eb45
commit
d237061288
10 changed files with 197 additions and 1 deletions
30
.gitignore
vendored
Normal file
30
.gitignore
vendored
Normal file
|
@ -0,0 +1,30 @@
|
|||
# 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
|
||||
|
||||
# Languges - This does not need to be pushed
|
||||
src/pages/en
|
||||
src/pages/fr
|
||||
src/pages/es
|
||||
src/pages/po
|
||||
src/pages/ru
|
||||
src/pages/ch
|
||||
src/pages/jp
|
Reference in a new issue