Skip to content

Commit 883f9f1

Browse files
Merge pull request #187 from CodeForPhilly/feat/zbl-plannertweaksday4
Feat/zbl plannertweaksday4
2 parents 1aac38b + 05cc990 commit 883f9f1

26 files changed

+4419
-842
lines changed

.gitattributes

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,29 @@
1+
# Enforce LF line endings for all text files
2+
* text=auto eol=lf
3+
4+
# Explicitly set line endings for specific file types
5+
*.js text eol=lf
6+
*.ts text eol=lf
7+
*.jsx text eol=lf
8+
*.tsx text eol=lf
9+
*.json text eol=lf
10+
*.vue text eol=lf
11+
*.css text eol=lf
12+
*.scss text eol=lf
13+
*.html text eol=lf
14+
*.md text eol=lf
15+
*.yml text eol=lf
16+
*.yaml text eol=lf
17+
18+
# Binary files
19+
*.png binary
20+
*.jpg binary
21+
*.jpeg binary
22+
*.gif binary
23+
*.ico binary
24+
*.svg binary
25+
*.woff binary
26+
*.woff2 binary
27+
*.ttf binary
28+
*.eot binary
29+

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,10 @@ TODO.MD
2929

3030
settings.local.json
3131

32-
32+
33+
34+
# Windows reserved device names
35+
nul
36+
con
37+
prn
38+
aux

0 commit comments

Comments
 (0)