chore: add gitignore
This commit is contained in:
20
server/.gitignore
vendored
Normal file
20
server/.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
|||||||
|
# dependencies
|
||||||
|
/node_modules
|
||||||
|
|
||||||
|
# misc
|
||||||
|
.DS_Store
|
||||||
|
.env.local
|
||||||
|
.env.development.local
|
||||||
|
.env.test.local
|
||||||
|
.env.production.local
|
||||||
|
.env
|
||||||
|
|
||||||
|
/.idea
|
||||||
|
|
||||||
|
/server/logs
|
||||||
|
|
||||||
|
/build
|
||||||
|
|
||||||
|
/dist
|
||||||
|
|
||||||
|
package-lock.json
|
||||||
Reference in New Issue
Block a user