You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
515 B
Plaintext
53 lines
515 B
Plaintext
# Numerous always-ignore extensions
|
|
*.diff
|
|
*.err
|
|
*.orig
|
|
*.log
|
|
*.rej
|
|
*.swo
|
|
*.swp
|
|
*.vi
|
|
*~
|
|
*.sass-cache
|
|
|
|
# Local Development files/folders.
|
|
.env
|
|
phpcs.xml
|
|
phpstan.neon
|
|
phpunit.xml
|
|
|
|
# OS or Editor folders
|
|
.DS_Store
|
|
Thumbs.db
|
|
.cache
|
|
tags.*
|
|
.project
|
|
.settings
|
|
.tmproj
|
|
*.esproj
|
|
nbproject
|
|
*.sublime-project
|
|
*.sublime-workspace
|
|
.idea
|
|
clover.xml
|
|
|
|
# Dreamweaver added files
|
|
_notes
|
|
dwsync.xml
|
|
|
|
# Komodo
|
|
*.komodoproject
|
|
.komodotools
|
|
|
|
# Folders to ignore
|
|
.hg
|
|
.svn
|
|
.CVS
|
|
intermediate
|
|
.idea
|
|
cache
|
|
node_modules
|
|
vendor
|
|
dist
|
|
wordpress
|