Initial commit: add .gitignore and README
This commit is contained in:
20
.gitignore
vendored
Normal file
20
.gitignore
vendored
Normal file
@@ -0,0 +1,20 @@
|
||||
node_modules/
|
||||
dist/
|
||||
.env
|
||||
.env.local
|
||||
*.log
|
||||
*.log.*
|
||||
.DS_Store
|
||||
.vscode/
|
||||
.idea/
|
||||
coverage/
|
||||
*.pem
|
||||
*.key
|
||||
*.crt
|
||||
*.cert
|
||||
ssl/
|
||||
certs/
|
||||
*.sqlite
|
||||
*.db
|
||||
.tmp/
|
||||
temp/
|
||||
Reference in New Issue
Block a user