36 lines
429 B
Plaintext
Executable File
36 lines
429 B
Plaintext
Executable File
# Installation specific .htaccess and auth passwd file in ajax/
|
|
ajax/.htaccess
|
|
ajax/links.auth
|
|
|
|
# OS generated files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Trashes
|
|
Thumbs.db
|
|
|
|
# The active config file copied from config-dist.php
|
|
config.php
|
|
|
|
# Vim
|
|
*.swp
|
|
*.swo
|
|
|
|
# SQLite
|
|
*.sqlite
|
|
|
|
# Ignore the images/ folder
|
|
images/
|
|
|
|
# sass generated files
|
|
.sass-cache/
|
|
install/.sass-cache/
|
|
compressed
|
|
*.map
|
|
|
|
# IDE generated
|
|
.idea/
|
|
|
|
# Authorize.net SDK
|
|
vendor/
|