Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/hivickylai/hugo-theme-sam.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVictoria Drake <hello@victoria.dev>2020-09-19 21:42:39 +0300
committerVictoria Drake <hello@victoria.dev>2020-09-19 22:14:44 +0300
commit543603805fa956dd4c443af1c19cb1e0862ffb22 (patch)
treee4c9b3ace8817bcf613c2240dc0935cae381f7fe /.gitignore
parent40f6ec70bfd5886ee7b7f6758f3b5ccd1db3f366 (diff)
Add CONTRIBUTING.md, minor updates
- Typo fix - Adds notes from #92 - Netlify fix - Pin autoprefixer temporarily because 10.0.0 might be broken
Diffstat (limited to '.gitignore')
-rwxr-xr-x.gitignore3
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index d298be1..b418425 100755
--- a/.gitignore
+++ b/.gitignore
@@ -1 +1,2 @@
-public/ \ No newline at end of file
+public/
+node_modules/ \ No newline at end of file