tsdoc/.gitignore

90 строки
1.3 KiB
Plaintext
Исходник Постоянная ссылка Обычный вид История

2019-07-31 11:32:35 +03:00
# Logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
# Runtime data
*.pid
*.seed
*.pid.lock
# Directory for instrumented libs generated by jscoverage/JSCover
lib-cov
# Coverage directory used by tools like istanbul
coverage
2019-07-31 11:32:35 +03:00
# 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 (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
2024-05-28 10:27:54 +03:00
node_modules
jspm_packages
2019-07-31 11:32:35 +03:00
# 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
# next.js build output
.next
2020-03-18 07:40:49 +03:00
# OS X temporary files
.DS_Store
2024-05-28 10:27:54 +03:00
# IntelliJ IDEA project files; if you want to commit IntelliJ settings, this recipe may be helpful:
# https://github.com/github/gitignore/blob/main/Global/JetBrains.gitignore
.idea/
*.iml
2020-03-18 07:40:49 +03:00
# Rush temporary files
2020-06-24 12:17:49 +03:00
common/deploy/
2020-03-18 07:40:49 +03:00
common/temp/
2020-06-24 12:17:49 +03:00
common/autoinstallers/*/.npmrc
2020-03-18 07:40:49 +03:00
**/.rush/temp/
2024-05-28 10:27:54 +03:00
*.lock
# Heft temporary files
.cache
.heft
2019-07-31 12:49:04 +03:00
2020-03-18 07:40:49 +03:00
# Common toolchain intermediate files
2020-11-25 06:28:11 +03:00
temp
lib
lib-amd
lib-es6
lib-esnext
lib-commonjs
dist
*.scss.ts
*.sass.ts
# Visual Studio Code
.vscode