feat: added header
This commit is contained in:
133
.gitignore
vendored
Normal file
133
.gitignore
vendored
Normal file
@@ -0,0 +1,133 @@
|
||||
# Logs
|
||||
logs
|
||||
*.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 (https://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
|
||||
|
||||
# parcel-bundler cache (https://parceljs.org/)
|
||||
.cache
|
||||
|
||||
# next.js build output
|
||||
.next
|
||||
|
||||
# nuxt.js build output
|
||||
.nuxt
|
||||
|
||||
# Nuxt generate
|
||||
dist
|
||||
|
||||
# vuepress build output
|
||||
.vuepress/dist
|
||||
|
||||
# Serverless directories
|
||||
.serverless
|
||||
|
||||
# IDE
|
||||
.idea
|
||||
.vscode
|
||||
config.js
|
||||
/yarn-error.log
|
||||
package-lock.json
|
||||
jsconfig.json
|
||||
|
||||
|
||||
# GP | Files ext
|
||||
*.sql
|
||||
*.tgz
|
||||
*.tar.gz
|
||||
*.tar
|
||||
*.rar
|
||||
*.zip
|
||||
*.wav
|
||||
*.flv
|
||||
*.db
|
||||
*.psd
|
||||
*.pdf
|
||||
*.doc
|
||||
*.docx
|
||||
*.txt
|
||||
*.text
|
||||
*.log
|
||||
*.config
|
||||
*.xml
|
||||
*.tbk
|
||||
*.csv
|
||||
*.json
|
||||
|
||||
# GP | Dirs & files
|
||||
/bower_components/
|
||||
/node_modules/
|
||||
/nbproject/
|
||||
/cache/
|
||||
.cache/
|
||||
/phpMyAdmin-*
|
||||
/timthumb_cache/
|
||||
/webstat/
|
||||
/.idea/
|
||||
/.csscomb.json
|
||||
/.htaccess
|
||||
/sitemap*.xml
|
||||
/sftp-config.json
|
||||
/robots.txt
|
||||
/bower.json
|
||||
/.bowerrc
|
||||
/backup_rsync/
|
||||
.bash_history
|
||||
.idea/
|
||||
.fleet/
|
||||
.DS_Store
|
||||
.config/
|
||||
.bash*
|
||||
.vim*
|
||||
test*.php
|
||||
gp-test*.php
|
||||
Reference in New Issue
Block a user