Skip to content

Commit 6e34422

Browse files
committed
Copy the layout I made for the lol-logging project
0 parents  commit 6e34422

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

46 files changed

+11577
-0
lines changed

.gitattributes

+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
* text=auto

.gitignore

+46
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,46 @@
1+
# Numerous always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.vi
10+
*~
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+
# jekyll stuff
46+
_site

0 commit comments

Comments
 (0)