mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-06 14:56:54 +02:00
Updated, referencing #2185
This commit is contained in:
20
.gitignore
vendored
20
.gitignore
vendored
@@ -1,4 +1,16 @@
|
||||
!**/*.markdown
|
||||
!**/*.md
|
||||
!**/*.csv
|
||||
!**/*.erb
|
||||
**/*~
|
||||
**/*#
|
||||
**/*#*
|
||||
**/*.swp
|
||||
**/*.swo
|
||||
**/*.bak
|
||||
**/*.log*
|
||||
**/*.sublime-workspace
|
||||
**/.DS_Store
|
||||
**/.DS_Store?
|
||||
**/._*
|
||||
**/.Spotlight-V100
|
||||
**/.Trashes
|
||||
**/ehthumbs.db
|
||||
**/Thumbs.db
|
||||
**/desktop.ini
|
Reference in New Issue
Block a user