mirror of
https://github.com/adambard/learnxinyminutes-docs.git
synced 2025-08-08 15:56:47 +02:00
Merge pull request #2190 from divayprakash/gitignore_feature
Added .gitignore file, referencing #2185
This commit is contained in:
16
.gitignore
vendored
Normal file
16
.gitignore
vendored
Normal file
@@ -0,0 +1,16 @@
|
|||||||
|
**/*~
|
||||||
|
**/*#
|
||||||
|
**/#*#
|
||||||
|
**/*.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