3
Showing
1 changed file
with
102 additions
and
0 deletions
.gitignore
0 → 100644
| 1 | ### old Files ### | ||
| 2 | |||
| 3 | |||
| 4 | |||
| 5 | |||
| 6 | |||
| 7 | |||
| 8 | ### Wordpress ### | ||
| 9 | |||
| 10 | wp-config.php | ||
| 11 | |||
| 12 | |||
| 13 | ### Mac OSX ### | ||
| 14 | |||
| 15 | .DS_Store | ||
| 16 | Icon? | ||
| 17 | |||
| 18 | # Thumbnails | ||
| 19 | ._* | ||
| 20 | |||
| 21 | # Files that might appear on external disk | ||
| 22 | .Spotlight-V100 | ||
| 23 | .Trashes | ||
| 24 | |||
| 25 | |||
| 26 | ### PHPStorm ### | ||
| 27 | |||
| 28 | .idea/ | ||
| 29 | |||
| 30 | |||
| 31 | ### Eclipse ### | ||
| 32 | |||
| 33 | *.pydevproject | ||
| 34 | .project | ||
| 35 | .metadata | ||
| 36 | bin/** | ||
| 37 | tmp/** | ||
| 38 | tmp/**/* | ||
| 39 | *.tmp | ||
| 40 | *.bak | ||
| 41 | *.swp | ||
| 42 | *~.nib | ||
| 43 | local.properties | ||
| 44 | .classpath | ||
| 45 | .settings/ | ||
| 46 | .loadpath | ||
| 47 | |||
| 48 | # CDT-specific | ||
| 49 | .cproject | ||
| 50 | |||
| 51 | |||
| 52 | ### Emacs ### | ||
| 53 | |||
| 54 | *~ | ||
| 55 | \#*\# | ||
| 56 | /.emacs.desktop | ||
| 57 | /.emacs.desktop.lock | ||
| 58 | .elc | ||
| 59 | auto-save-list | ||
| 60 | tramp | ||
| 61 | |||
| 62 | |||
| 63 | ### vim ### | ||
| 64 | |||
| 65 | .*.sw[a-z] | ||
| 66 | *.un~ | ||
| 67 | Session.vim | ||
| 68 | |||
| 69 | |||
| 70 | ### TextMate ### | ||
| 71 | |||
| 72 | *.tmproj | ||
| 73 | *.tmproject | ||
| 74 | tmtags | ||
| 75 | |||
| 76 | |||
| 77 | ### Linux ### | ||
| 78 | |||
| 79 | .* | ||
| 80 | !.gitignore | ||
| 81 | !.htaccess | ||
| 82 | *~ | ||
| 83 | |||
| 84 | # KDE | ||
| 85 | .directory | ||
| 86 | |||
| 87 | |||
| 88 | ### Windows ### | ||
| 89 | |||
| 90 | # Windows image file caches | ||
| 91 | Thumbs.db | ||
| 92 | |||
| 93 | # Folder config file | ||
| 94 | Desktop.ini | ||
| 95 | |||
| 96 | |||
| 97 | ### SVN ### | ||
| 98 | |||
| 99 | .svn/ | ||
| 100 | |||
| 101 | /dummy.php | ||
| 102 | /wp-content/uploads/ | ||
| ... | \ No newline at end of file | ... | \ No newline at end of file |
-
Please register or sign in to post a comment