fix .nodemonignore, reduce cpu usage
This commit is contained in:
+8
-6
@@ -1,13 +1,15 @@
|
||||
public/*
|
||||
views/*
|
||||
build
|
||||
build/*
|
||||
node_modules/**
|
||||
.bower-cache/**
|
||||
.bower-tmp/**
|
||||
.bower-registry/**
|
||||
public/**
|
||||
views/**
|
||||
build/**
|
||||
.git/**
|
||||
Gruntfile.js
|
||||
CHANGELOG.md
|
||||
.idea*
|
||||
.git*
|
||||
*.log
|
||||
newrelic_agent.log
|
||||
.bower-cache*
|
||||
*.swp
|
||||
*.swx
|
||||
|
||||
Reference in New Issue
Block a user