Skip to content

Commit 2acbfa7

Browse files
committed
symbols
1 parent 8956dd6 commit 2acbfa7

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

.gitattributes

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
*.css linguist-detectable=false
2+
*.scss linguist-detectable=false
3+
*.js linguist-detectable=false
4+
*.html linguist-detectable=false
5+
*.sh linguist-detectable=false

.gitignore

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
node_modules/*
2+
package-lock.json
3+
header.html
4+
footer.html
5+
*.aux
6+
*.bbl
7+
*.blg
8+
*.log
9+
*.out
10+
*.toc

0 commit comments

Comments
 (0)