6882044d by Marty Penner

Add standard .gitignore and converted repo to top-level format

1 parent 426a64c8
Showing 1000 changed files with 92 additions and 0 deletions

Too many changes to show.

To preserve performance only 1000 of 1000+ files are displayed.

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