52 lines
572 B
Plaintext
52 lines
572 B
Plaintext
|
# git-deploy status file:
|
||
|
/.deploy
|
||
|
|
||
|
# Editors
|
||
|
*.kate-swp
|
||
|
*~
|
||
|
\#*#
|
||
|
.#*
|
||
|
.*.swp
|
||
|
.project
|
||
|
cscope.files
|
||
|
cscope.out
|
||
|
## NetBeans
|
||
|
nbproject*
|
||
|
project.index
|
||
|
## Sublime
|
||
|
sublime-*
|
||
|
sftp-config.json
|
||
|
|
||
|
# Building & testing
|
||
|
/composer.lock
|
||
|
/docs
|
||
|
/a11y
|
||
|
/node_modules
|
||
|
/vendor
|
||
|
/coverage
|
||
|
|
||
|
# Operating systems
|
||
|
## Mac OS X
|
||
|
.DS_Store
|
||
|
## Windows
|
||
|
Thumbs.db
|
||
|
|
||
|
# Misc
|
||
|
.buildpath
|
||
|
.classpath
|
||
|
.idea
|
||
|
.metadata*
|
||
|
.settings
|
||
|
/static*
|
||
|
/tags
|
||
|
/.htaccess
|
||
|
/.htpasswd
|
||
|
.eslintcache
|
||
|
|
||
|
# storybook
|
||
|
/.storybook/resolve-less-imports/
|
||
|
/.storybook/resolve-imports/
|
||
|
/.storybook/integration.less
|
||
|
.vscode
|
||
|
/.phpunit.result.cache
|