mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
fix .nodemonignore, reduce cpu usage
This commit is contained in:
parent
e49402a1ec
commit
fab04d5e19
1 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue