Skip to content

Commit 56797fa

Browse files
committed
Adding Git junk
1 parent 453e734 commit 56797fa

3 files changed

Lines changed: 58 additions & 0 deletions

File tree

.editorconfig

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
root = true
2+
3+
[*]
4+
indent_style = tab
5+
indent_size = 4
6+
end_of_line = lf
7+
insert_final_newline = true

.gitattributes

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Set the default behavior, in case people don't have core.autocrlf set.
2+
* text=auto
3+
4+
# Declare files that will otherwise have CRLF line endings on checkout.
5+
*.php text eol=lf
6+
*.js text eol=lf
7+
*.css text eol=lf
8+
*.md text eol=lf
9+
*.txt text eol=lf
10+
*.svg text eol=lf
11+
*.xml text eol=lf
12+
*.pot text eol=lf
13+
14+
# Denote all files that are truly binary and should not be modified.
15+
*.png binary
16+
*.jpg binary
17+
*.eot binary
18+
*.ttf binary
19+
*.woff binary
20+
*.woff2 binary
21+
22+
# GitHub baggage for development.
23+
.github export-ignore
24+
.gitattributes export-ignore
25+
.gitignore export-ignore
26+
.editorconfig export-ignore
27+
README.md export-ignore

.gitignore

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,24 @@
1+
## Packages
2+
*.zip
3+
*.7z
4+
*.gz
5+
*.tar
6+
*.rar
7+
8+
## Local storage
9+
*.log
10+
*.ser
11+
*.sql
12+
*.sqlite
13+
14+
## Common work-file extensions
15+
*.tmp
16+
*.bak
17+
18+
## OS generated files
19+
.DS_Store
20+
.DS_Store?
21+
.Spotlight-V100
22+
.Trashes
23+
ehthumbs.db
24+
Thumbs.db

0 commit comments

Comments
 (0)