chore(gitignore,env): structure and add comments

This commit is contained in:
Harminder Virk
2017-10-30 13:12:56 +05:30
parent be8b572e65
commit c45e2b9e23
2 changed files with 16 additions and 2 deletions

10
.gitignore vendored
View File

@@ -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