2017-05-30 20:52:10 +03:00
|
|
|
### Bower ###
|
|
|
|
bower_components
|
|
|
|
.bower-cache
|
|
|
|
.bower-registry
|
|
|
|
.bower-tmp
|
|
|
|
|
|
|
|
|
|
|
|
### Git ###
|
|
|
|
*.orig
|
|
|
|
|
|
|
|
|
|
|
|
### macOS ###
|
|
|
|
*.DS_Store
|
|
|
|
.AppleDouble
|
|
|
|
.LSOverride
|
|
|
|
|
|
|
|
# Thumbnails
|
|
|
|
._*
|
|
|
|
# Files that might appear in the root of a volume
|
|
|
|
.DocumentRevisions-V100
|
|
|
|
.fseventsd
|
|
|
|
.Spotlight-V100
|
|
|
|
.TemporaryItems
|
|
|
|
.Trashes
|
|
|
|
.VolumeIcon.icns
|
|
|
|
.com.apple.timemachine.donotpresent
|
|
|
|
# Directories potentially created on remote AFP share
|
|
|
|
.AppleDB
|
|
|
|
.AppleDesktop
|
|
|
|
Network Trash Folder
|
|
|
|
Temporary Items
|
|
|
|
.apdisk
|
|
|
|
|
|
|
|
|
|
|
|
### Node ###
|
|
|
|
# Logs
|
|
|
|
logs
|
|
|
|
*.log
|
|
|
|
npm-debug.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
|
|
|
|
|
|
|
|
# node-waf configuration
|
|
|
|
.lock-wscript
|
|
|
|
|
|
|
|
# Compiled binary addons (http://nodejs.org/api/addons.html)
|
|
|
|
build/Release
|
|
|
|
|
|
|
|
# Dependency directories
|
|
|
|
node_modules
|
|
|
|
jspm_packages
|
|
|
|
|
|
|
|
# Optional npm cache directory
|
|
|
|
.npm
|
|
|
|
|
|
|
|
# Optional eslint cache
|
|
|
|
.eslintcache
|
|
|
|
|
|
|
|
# Optional REPL history
|
|
|
|
.node_repl_history
|
|
|
|
|
|
|
|
# Output of 'npm pack'
|
|
|
|
*.tgz
|
|
|
|
|
|
|
|
|
|
|
|
### SublimeText ###
|
|
|
|
# cache files for sublime text
|
|
|
|
*.tmlanguage.cache
|
|
|
|
*.tmPreferences.cache
|
|
|
|
*.stTheme.cache
|
|
|
|
|
|
|
|
# workspace files are user-specific
|
|
|
|
*.sublime-workspace
|
|
|
|
|
|
|
|
# project files should be checked into the repository, unless a significant
|
|
|
|
# proportion of contributors will probably not be using SublimeText
|
|
|
|
# *.sublime-project
|
|
|
|
|
|
|
|
# sftp configuration file
|
|
|
|
sftp-config.json
|
|
|
|
|
|
|
|
# Package control specific files
|
|
|
|
Package Control.last-run
|
|
|
|
Package Control.ca-list
|
|
|
|
Package Control.ca-bundle
|
|
|
|
Package Control.system-ca-bundle
|
|
|
|
Package Control.cache/
|
|
|
|
Package Control.ca-certs/
|
|
|
|
bh_unicode_properties.cache
|
|
|
|
|
|
|
|
# Sublime-github package stores a github token in this file
|
|
|
|
# https://packagecontrol.io/packages/sublime-github
|
|
|
|
GitHub.sublime-settings
|
|
|
|
|
|
|
|
|
|
|
|
### Vim ###
|
|
|
|
# swap
|
|
|
|
[._]*.s[a-w][a-z]
|
|
|
|
[._]s[a-w][a-z]
|
|
|
|
# session
|
|
|
|
Session.vim
|
|
|
|
# temporary
|
|
|
|
.netrwhist
|
|
|
|
*~
|
|
|
|
# auto-generated tag files
|
|
|
|
tags
|
|
|
|
|
|
|
|
|
|
|
|
### Windows ###
|
|
|
|
# Windows image file caches
|
|
|
|
Thumbs.db
|
|
|
|
ehthumbs.db
|
|
|
|
|
|
|
|
# Folder config file
|
|
|
|
Desktop.ini
|
|
|
|
|
|
|
|
# Recycle Bin used on file shares
|
|
|
|
$RECYCLE.BIN/
|
|
|
|
|
|
|
|
# Windows Installer files
|
|
|
|
*.cab
|
|
|
|
*.msi
|
|
|
|
*.msm
|
|
|
|
*.msp
|
|
|
|
|
|
|
|
# Windows shortcuts
|
|
|
|
*.lnk
|
|
|
|
|
|
|
|
|
|
|
|
### Application Specific ###
|
|
|
|
.env
|
|
|
|
|
|
|
|
# PostCSS
|
|
|
|
*.postcss.js
|
|
|
|
|
|
|
|
/cloudapi-graphql/credentials.json
|
|
|
|
/docker-graphql/config.json
|
|
|
|
tap-xunit
|
|
|
|
/ui/dist
|
|
|
|
|
|
|
|
_todo
|
|
|
|
packages/*/dist
|
|
|
|
packages/*/buid
|
|
|
|
packages/ui-toolkit/styleguide
|
|
|
|
packages/*/node_modules
|
2017-06-20 02:18:34 +03:00
|
|
|
packages/*/Dockerfile
|
2017-05-30 20:52:10 +03:00
|
|
|
legacy
|
|
|
|
|
2017-10-17 17:52:47 +03:00
|
|
|
_env
|