86 lines
1.3 KiB
Plaintext
86 lines
1.3 KiB
Plaintext
/.buildpath
|
|
/.idea
|
|
/.project
|
|
/.settings/
|
|
install/log/install.log
|
|
views/build/.htaccess
|
|
views/build/config/aws.json
|
|
views/js/test/.htaccess
|
|
/views/js/lib/jsTree/themes/scss/style.css
|
|
/views/js/lib/jsTree/themes/scss/style.css.map
|
|
/views/css/tao-3.css.map.orig
|
|
/views/css/tao-3.css.orig
|
|
/views/index.html
|
|
|
|
### OSX ###
|
|
.DS_Store
|
|
.AppleDouble
|
|
.LSOverride
|
|
|
|
# Icon must end with two \r
|
|
Icon
|
|
|
|
|
|
# Thumbnails
|
|
._*
|
|
|
|
# Files that might appear on external disk
|
|
.Spotlight-V100
|
|
.Trashes
|
|
|
|
# Directories potentially created on remote AFP share
|
|
.AppleDB
|
|
.AppleDesktop
|
|
Network Trash Folder
|
|
Temporary Items
|
|
.apdisk
|
|
|
|
|
|
### Linux ###
|
|
*~
|
|
|
|
# KDE directory preferences
|
|
.directory
|
|
|
|
# Linux trash folder which might appear on any partition or disk
|
|
.Trash-*
|
|
|
|
|
|
### 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
|
|
|
|
|
|
### Vim ###
|
|
[._]*.s[a-w][a-z]
|
|
[._]s[a-w][a-z]
|
|
*.un~
|
|
Session.vim
|
|
.netrwhist
|
|
*~
|
|
|
|
node_modules
|
|
|
|
vendor/
|
|
|
|
composer.lock
|
|
|
|
# E2E testing files
|
|
views/cypress/videos
|
|
views/cypress/screenshots
|
|
views/cypress/examples
|
|
views/cypress/envs/*.json
|
|
views/cypress.env.json
|