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