This commit is contained in:
Dominik 2024-05-28 12:26:37 -05:00 committed by GitHub
commit 9e10e7a9f3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

27
.gitignore vendored
View File

@ -1,3 +1,26 @@
node_modules # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
dist
# dependencies
/node_modules
# testing
/coverage
# production
/build
out
.DS_Store .DS_Store
.eslintcache
/.env.*
yarn-debug.log*
yarn-error.log*
#env
dist/
.idea/
.vscode/
# custom
api.http