sails-blueprint-generate
Version:
Interactive Sails Blueprint generator
21 lines (16 loc) • 566 B
Plain Text
# Add ignore list to prevent Forever watching file changes and restart
# the server to the following directory and files.
# --------------------------------------------------------------------
# WORKING FOLDER
# Everythimes sails start the app, sails will run grunt that causing
# file changes to folders below. It will causing recursive infinite.
# So we need to ignore it from Forever.
.tmp/**
www/**
# --------------------------------------------------------------------
# EXTRA
# Write your own ignore list below.
.git/**
.sass_cache/**
.idea/**
.livereload