Commit 28bf0c95 authored by nanahira's avatar nanahira

ignore

parent 1db36096
Pipeline #6550 passed with stages
in 1 minute and 27 seconds
# compiled output
/dist
/node_modules
# Logs
logs
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
# OS
.DS_Store
# Tests
/coverage
/.nyc_output
# IDEs and editors
/.idea
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# IDE - VSCode
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
/data
/output
/config.yaml
.git*
Dockerfile
.dockerignore
# compiled output
/dist
/node_modules
# Logs # Logs
logs logs
*.log *.log
...@@ -6,105 +10,29 @@ yarn-debug.log* ...@@ -6,105 +10,29 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
lerna-debug.log* lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html) # OS
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json .DS_Store
# Runtime data # Tests
pids /coverage
*.pid /.nyc_output
*.seed
*.pid.lock # IDEs and editors
/.idea
# Directory for instrumented libs generated by jscoverage/JSCover .project
lib-cov .classpath
.c9/
# Coverage directory used by tools like istanbul *.launch
coverage .settings/
*.lcov *.sublime-workspace
# nyc test coverage # IDE - VSCode
.nyc_output .vscode/*
!.vscode/settings.json
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) !.vscode/tasks.json
.grunt !.vscode/launch.json
!.vscode/extensions.json
# Bower dependency directory (https://bower.io/)
bower_components /data
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
/build
/output /output
/dest /config.yaml
/config.yaml \ No newline at end of file
.idea
/install-npm.sh /install-npm.sh
.git* .git*
/data
/output /output
/dest
/config.yaml /config.yaml
.idea .idea
.dockerignore .dockerignore
Dockerfile Dockerfile
/src \ No newline at end of file
.eslintrc.js
.prettierrc
webpack.config.js
tsconfig.json
\ No newline at end of file
...@@ -35,4 +35,4 @@ lerna-debug.log* ...@@ -35,4 +35,4 @@ lerna-debug.log*
/data /data
/output /output
/config.yaml /config.yaml
\ No newline at end of file
/install-npm.sh /install-npm.sh
.git* .git*
/data
/output /output
/dest
/config.yaml /config.yaml
.idea .idea
.dockerignore .dockerignore
......
...@@ -35,4 +35,4 @@ lerna-debug.log* ...@@ -35,4 +35,4 @@ lerna-debug.log*
/data /data
/output /output
/config.yaml /config.yaml
\ No newline at end of file
/install-npm.sh /install-npm.sh
.git* .git*
/data
/output /output
/dest
/config.yaml /config.yaml
.idea .idea
.dockerignore .dockerignore
......
# compiled output
/dist
/node_modules
# Logs # Logs
logs logs
*.log *.log
...@@ -6,109 +10,33 @@ yarn-debug.log* ...@@ -6,109 +10,33 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
lerna-debug.log* lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html) # OS
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json .DS_Store
# Runtime data # Tests
pids /coverage
*.pid /.nyc_output
*.seed
*.pid.lock # IDEs and editors
/.idea
# Directory for instrumented libs generated by jscoverage/JSCover .project
lib-cov .classpath
.c9/
# Coverage directory used by tools like istanbul *.launch
coverage .settings/
*.lcov *.sublime-workspace
# nyc test coverage # IDE - VSCode
.nyc_output .vscode/*
!.vscode/settings.json
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) !.vscode/tasks.json
.grunt !.vscode/launch.json
!.vscode/extensions.json
# Bower dependency directory (https://bower.io/)
bower_components /data
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
/build
/output /output
/config.yaml
.git* .git*
.dockerignore
Dockerfile Dockerfile
.gitlab-ci.yml .dockerignore
/config.yaml
.idea
# compiled output
/dist
/node_modules
# Logs # Logs
logs logs
*.log *.log
...@@ -6,105 +10,29 @@ yarn-debug.log* ...@@ -6,105 +10,29 @@ yarn-debug.log*
yarn-error.log* yarn-error.log*
lerna-debug.log* lerna-debug.log*
# Diagnostic reports (https://nodejs.org/api/report.html) # OS
report.[0-9]*.[0-9]*.[0-9]*.[0-9]*.json .DS_Store
# Runtime data # Tests
pids /coverage
*.pid /.nyc_output
*.seed
*.pid.lock # IDEs and editors
/.idea
# Directory for instrumented libs generated by jscoverage/JSCover .project
lib-cov .classpath
.c9/
# Coverage directory used by tools like istanbul *.launch
coverage .settings/
*.lcov *.sublime-workspace
# nyc test coverage # IDE - VSCode
.nyc_output .vscode/*
!.vscode/settings.json
# Grunt intermediate storage (https://gruntjs.com/creating-plugins#storing-task-files) !.vscode/tasks.json
.grunt !.vscode/launch.json
!.vscode/extensions.json
# Bower dependency directory (https://bower.io/)
bower_components /data
# node-waf configuration
.lock-wscript
# Compiled binary addons (https://nodejs.org/api/addons.html)
build/Release
# Dependency directories
node_modules/
jspm_packages/
# TypeScript v1 declaration files
typings/
# TypeScript cache
*.tsbuildinfo
# Optional npm cache directory
.npm
# Optional eslint cache
.eslintcache
# Microbundle cache
.rpt2_cache/
.rts2_cache_cjs/
.rts2_cache_es/
.rts2_cache_umd/
# Optional REPL history
.node_repl_history
# Output of 'npm pack'
*.tgz
# Yarn Integrity file
.yarn-integrity
# dotenv environment variables file
.env
.env.test
# parcel-bundler cache (https://parceljs.org/)
.cache
# Next.js build output
.next
# Nuxt.js build / generate output
.nuxt
dist
# Gatsby files
.cache/
# Comment in the public line in if your project uses Gatsby and *not* Next.js
# https://nextjs.org/blog/next-9-1#public-directory-support
# public
# vuepress build output
.vuepress/dist
# Serverless directories
.serverless/
# FuseBox cache
.fusebox/
# DynamoDB Local files
.dynamodb/
# TernJS port file
.tern-port
/build
/dist
/output /output
/config.yaml /config.yaml
.idea \ No newline at end of file
/install-npm.sh /install-npm.sh
.git* .git*
/data
/output /output
/dest
/config.yaml /config.yaml
.idea .idea
.dockerignore .dockerignore
Dockerfile Dockerfile
/src \ No newline at end of file
.eslintrc.js
.prettierrc
webpack.config.js
tsconfig.json
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment