added taskfile, goreleaser started frontend template started, added fiber dependency
This commit is contained in:
26
.gitignore
vendored
26
.gitignore
vendored
@@ -15,3 +15,29 @@
|
||||
# Dependency directories (remove the comment below to include it)
|
||||
# vendor/
|
||||
|
||||
.env
|
||||
|
||||
database/
|
||||
|
||||
# React Stuff
|
||||
# dependencies
|
||||
*node_modules
|
||||
*.pnp
|
||||
*.pnp.js
|
||||
|
||||
# testing
|
||||
*coverage
|
||||
|
||||
# production
|
||||
frontend/build
|
||||
|
||||
# misc
|
||||
*.DS_Store
|
||||
*.env.local
|
||||
*.env.development.local
|
||||
*.env.test.local
|
||||
*.env.production.local
|
||||
|
||||
*npm-debug.log*
|
||||
*yarn-debug.log*
|
||||
*yarn-error.log*dist/
|
||||
|
Reference in New Issue
Block a user