mirror of
https://github.com/frontendnetwork/vegancheck.me
synced 2024-11-10 06:24:13 +00:00
Update .gitignore
This commit is contained in:
parent
0ed4d268ae
commit
de4b6672da
1 changed files with 35 additions and 20 deletions
55
.gitignore
vendored
55
.gitignore
vendored
|
@ -1,21 +1,36 @@
|
||||||
|
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
|
||||||
|
|
||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
/.pnp
|
||||||
|
.pnp.js
|
||||||
|
|
||||||
|
# testing
|
||||||
|
/coverage
|
||||||
|
|
||||||
|
# next.js
|
||||||
|
/.next/
|
||||||
|
/out/
|
||||||
|
|
||||||
|
# production
|
||||||
|
/build
|
||||||
|
|
||||||
|
# misc
|
||||||
.DS_Store
|
.DS_Store
|
||||||
privacy-policy.php
|
*.pem
|
||||||
impressum.php
|
|
||||||
prepros.config
|
# debug
|
||||||
css/prepros.config
|
npm-debug.log*
|
||||||
.intern
|
yarn-debug.log*
|
||||||
stats.php
|
yarn-error.log*
|
||||||
api/
|
.pnpm-debug.log*
|
||||||
api
|
|
||||||
.env
|
# local env files
|
||||||
vendor/*
|
.env*.local
|
||||||
vendor/
|
|
||||||
vendor
|
# vercel
|
||||||
vendor/composer/autoload_files.php
|
.vercel
|
||||||
vendor/composer/autoload_files.php
|
|
||||||
vendor/composer/autoload_psr4.php
|
# typescript
|
||||||
vendor/composer/autoload_static.php
|
*.tsbuildinfo
|
||||||
langcache/
|
next-env.d.ts
|
||||||
includes/url.php
|
|
||||||
node_modules/
|
|
||||||
tos.php
|
|
||||||
|
|
Loading…
Reference in a new issue