chore(gitignore,env): structure and add comments
This commit is contained in:
10
.gitignore
vendored
10
.gitignore
vendored
@@ -1,5 +1,15 @@
|
||||
# Node modules
|
||||
node_modules
|
||||
|
||||
# Adonis directory for storing tmp files
|
||||
tmp
|
||||
|
||||
# Environment variables, never commit this file
|
||||
.env
|
||||
|
||||
# Lock files
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# The development sqlite file
|
||||
database/development.sqlite
|
||||
|
||||
Reference in New Issue
Block a user