-
-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Reload Browsersync on changes to CSS and JS files
- Loading branch information
Showing
3 changed files
with
75 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,64 @@ | ||
css/ | ||
img/ | ||
|
||
# Project-specific files and folders | ||
dist/ | ||
|
||
# Generic files to ignore | ||
*~ | ||
*.DS_Store | ||
._* | ||
*.lock | ||
*.out | ||
*.swp | ||
.AppleDouble | ||
.LSOverride | ||
.Spotlight-V100 | ||
.Trashes | ||
ehthumbs.db | ||
Thumbs.db | ||
|
||
|
||
# Project Files | ||
*.project | ||
*.settings | ||
*.tmproj | ||
*.sublime-project | ||
*.sublime-workspace | ||
*.esproj | ||
*.expressostorage | ||
*.orig | ||
_notes | ||
codekit-config.json | ||
dwsync.xml | ||
node_modules | ||
npm-debug.log | ||
|
||
|
||
# Compiled source | ||
*.com | ||
*.class | ||
*.dll | ||
*.exe | ||
*.o | ||
*.so | ||
|
||
|
||
# Logs and databases | ||
*.log | ||
*.sql | ||
*.sqlite | ||
|
||
|
||
# Packages (better to unpack these files and commit the raw source) | ||
*.7z | ||
*.dmg | ||
*.gz | ||
*.iso | ||
*.jar | ||
*.rar | ||
*.tar | ||
*.zip | ||
|
||
# Local Netlify folder | ||
.netlify |