UNPKG

expressling

Version:
104 lines (73 loc) 2.32 kB
# ------------------------------------------------------------------------------ # Common Node files and folders # https://github.com/github/gitignore/blob/master/Node.gitignore # ------------------------------------------------------------------------------ lib-cov *.seed *.log *.csv *.dat *.out *.pid *.gz pids logs results node_modules npm-debug.log # ------------------------------------------------------------------------------ # Nodemon # ------------------------------------------------------------------------------ .monitor # ------------------------------------------------------------------------------ # JSHint # ------------------------------------------------------------------------------ jshint # ------------------------------------------------------------------------------ # Numerous always-ignore extensions # ------------------------------------------------------------------------------ *.diff *.err *.orig *.rej *.swo *.swp *.vi *~ *.sass-cache # ------------------------------------------------------------------------------ # Files from other repository control systems # ------------------------------------------------------------------------------ .hg .svn .CVS # ------------------------------------------------------------------------------ # Your ideas # ------------------------------------------------------------------------------ .idea # ------------------------------------------------------------------------------ # OS X and other IDE's folder attributes # ------------------------------------------------------------------------------ .DS_Store Thumbs.db .cache .project .settings .tmproj *.esproj nbproject *.sublime-project *.sublime-workspace # ------------------------------------------------------------------------------ # Dreamweaver added files # ------------------------------------------------------------------------------ _notes dwsync.xml # ------------------------------------------------------------------------------ # Komodo # ------------------------------------------------------------------------------ *.komodoproject .komodotools # ------------------------------------------------------------------------------ # Add your custom excludes below # ------------------------------------------------------------------------------