You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
32 lines
509 B
32 lines
509 B
.idea
|
|
node_modules
|
|
dist
|
|
.vscode
|
|
*.swp
|
|
*.swo
|
|
.env
|
|
|
|
loginDatabase.php
|
|
# Cache file on macOS
|
|
.DS_Store
|
|
|
|
.phpunit.cache
|
|
|
|
# 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 Sublime Text
|
|
*.sublime-project
|
|
|
|
# SFTP configuration file
|
|
sftp-config.json
|
|
sftp-config-alt*.json
|
|
|
|
*.log*
|
|
coverage/ |