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

github.com/danielkvist/hugo-terrassa-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordanielkvist <d94.zaragoza@gmail.com>2018-12-19 21:56:14 +0300
committerdanielkvist <d94.zaragoza@gmail.com>2018-12-19 21:56:14 +0300
commit1ec08db1eefc5cd670b11162c13d8ae640ca6c92 (patch)
tree6c01af81a7d99d4ad15156f80421130b5f4a4c23 /.gitignore
parentcc8930f594ded13a64b01b6d039193c7897262b8 (diff)
add PostCSS plugins and config
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore5
1 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index ee24e52..8257bc7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -56,3 +56,8 @@ tags
### Visual Studio Code Patch ###
# Ignore all local history of files
.history
+
+### Node ###
+# Dependency directories
+node_modules/
+jspm_packages/ \ No newline at end of file