2017-05-02 10:18:40 +03:00
|
|
|
# Created by .ignore support plugin (hsz.mobi)
|
|
|
|
### Node template
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.log*
|
|
|
|
yarn-debug.log*
|
|
|
|
yarn-error.log*
|
|
|
|
|
|
|
|
# Runtime data
|
|
|
|
pids
|
|
|
|
*.pid
|
|
|
|
*.seed
|
|
|
|
*.pid.lock
|
|
|
|
|
|
|
|
# Directory for instrumented libs generated by jscoverage/JSCover
|
|
|
|
lib-cov
|
|
|
|
|
|
|
|
# Coverage directory used by tools like istanbul
|
|
|
|
coverage
|
|
|
|
|
|
|
|
# nyc test coverage
|
|
|
|
.nyc_output
|
|
|
|
|
|
|
|
# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files)
|
|
|
|
.grunt
|
|
|
|
|
|
|
|
# Bower dependency directory (https://bower.io/)
|
|
|
|
bower_components
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules/
|
|
|
|
jspm_packages/
|
|
|
|
|
|
|
|
# Typescript v1 declaration files
|
|
|
|
typings/
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
# Yarn Integrity file
|
|
|
|
.yarn-integrity
|
|
|
|
|
|
|
|
# dotenv environment variables file
|
|
|
|
.env
|
|
|
|
|
|
|
|
# ignore ide dir
|
|
|
|
.idea
|
2017-05-02 10:37:10 +03:00
|
|
|
.tscache
|
2017-09-13 15:36:06 +03:00
|
|
|
.vscode
|
2017-05-02 10:37:10 +03:00
|
|
|
|
|
|
|
#igonre references.d.ts file
|
|
|
|
references.d.ts
|
|
|
|
|
|
|
|
#ignore all transpiled ts files
|
|
|
|
*.js
|
|
|
|
*.map.js
|
|
|
|
*.js.map
|
2017-05-02 10:18:40 +03:00
|
|
|
|
2017-08-03 15:19:00 +03:00
|
|
|
# but don't ignoreimportant js files
|
2017-08-23 15:50:05 +03:00
|
|
|
!/consts/templates-backup-data.js
|
|
|
|
!/consts/pages-backup-data.js
|
2017-09-13 15:36:06 +03:00
|
|
|
!Gruntfile.js
|
|
|
|
|
2017-09-21 10:34:49 +03:00
|
|
|
# Ignore deployment script
|
|
|
|
deploy-extension.sh
|
|
|
|
|
2017-06-13 17:34:05 +03:00
|
|
|
|
2017-05-03 10:58:06 +03:00
|
|
|
#ignore templates folder
|
2017-09-14 14:23:35 +03:00
|
|
|
lib/pages/
|
2017-05-03 10:58:06 +03:00
|
|
|
|
2017-05-18 14:59:48 +03:00
|
|
|
#ignore xunit.xml
|
|
|
|
xunit.xml
|
2017-05-19 16:51:48 +03:00
|
|
|
test-reports.xml
|
2017-05-02 10:18:40 +03:00
|
|
|
|
2017-09-08 15:41:55 +03:00
|
|
|
/.project
|