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

github.com/Anarios/return-youtube-dislike.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Bubova <bubova.leon@gmx.de>2021-12-15 01:13:20 +0300
committerLeon Bubova <bubova.leon@gmx.de>2021-12-15 12:14:17 +0300
commit7b9c1781b40f70a1e056eef4cb953141df331ada (patch)
tree385f67b1e93a975c6581aec40a6f72550feec7ed /.gitignore
parente39b52e8e725a0061e35e4a3fad5dd321c5bf4b3 (diff)
implement webpack and create scripts to bundle source
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index a8cad72..e15e75a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -26,4 +26,6 @@ yarn-error.log*
*.ntvs*
*.njsproj
*.sln
-*.sw* \ No newline at end of file
+*.sw*
+
+node_modules