32 lines
334 B
Text
32 lines
334 B
Text
# dependencies
|
|
node_modules
|
|
|
|
# testing
|
|
test/.astro
|
|
test/node_modules
|
|
|
|
# misc
|
|
.DS_Store
|
|
*.pem
|
|
.cache
|
|
|
|
# local env files
|
|
.env.local
|
|
.env.development.local
|
|
.env.test.local
|
|
.env.production.local
|
|
|
|
# turbo
|
|
.turbo
|
|
|
|
# bundler output
|
|
dist
|
|
build
|
|
|
|
# misc
|
|
.sass-cache
|
|
connect.lock
|
|
libpeerconnection.log
|
|
testem.log
|
|
/typings
|
|
test/public/zalvena.js
|