618ee928 by Jeff Balicki

s

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