Skip to content

Commit 587021c

Browse files
committed
Caching + .htaccess file, new gitignore
1 parent c299baf commit 587021c

File tree

4 files changed

+587
-1
lines changed

4 files changed

+587
-1
lines changed

.gitignore

+44
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,46 @@
1+
# Numerous always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.vi
110
*~
11+
*.sass-cache
12+
13+
# OS or Editor folders
14+
.DS_Store
15+
Thumbs.db
16+
.cache
17+
.project
18+
.settings
19+
.tmproj
20+
*.esproj
21+
nbproject
22+
*.sublime-project
23+
*.sublime-workspace
24+
25+
# Dreamweaver added files
26+
_notes
27+
dwsync.xml
28+
29+
# Komodo
30+
*.komodoproject
31+
.komodotools
32+
33+
# Folders to ignore
34+
.hg
35+
.svn
36+
.CVS
37+
intermediate
38+
publish
39+
.idea
40+
41+
# build script local files
42+
build/buildinfo.properties
43+
build/config/buildinfo.properties
44+
45+
# Private parts
246
rum/

0 commit comments

Comments
 (0)