We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8956dd6 commit 2acbfa7Copy full SHA for 2acbfa7
.gitattributes
@@ -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
@@ -0,0 +1,10 @@
+node_modules/*
+package-lock.json
+header.html
+footer.html
+*.aux
6
+*.bbl
7
+*.blg
8
+*.log
9
+*.out
10
+*.toc
0 commit comments