44d80187c6
Committing history and other IDE/Editor files make problem in team projects.
17 lines
261 B
Plaintext
17 lines
261 B
Plaintext
# Node modules
|
|
node_modules
|
|
package-lock.json
|
|
|
|
# Adonis directory for storing tmp files
|
|
tmp
|
|
|
|
# Environment variables, never commit this file
|
|
.env
|
|
|
|
# The development sqlite file
|
|
database/development.sqlite
|
|
|
|
# VSCode & Webstorm history directories
|
|
.history
|
|
.idea
|