Преглед на файлове

Merge branch 'master' of ssh://git.lcalion.com:2245/LInE/www-ivprog

Igor преди 5 години
родител
ревизия
577c1ec116
променени са 1 файла, в които са добавени 21 реда и са изтрити 0 реда
  1. 21 0
      .gitignore

+ 21 - 0
.gitignore

@@ -0,0 +1,21 @@
+.DS_Store
+node_modules
+/dist
+
+# local env files
+.env.local
+.env.*.local
+
+# Log files
+npm-debug.log*
+yarn-debug.log*
+yarn-error.log*
+
+# Editor directories and files
+.idea
+.vscode
+*.suo
+*.ntvs*
+*.njsproj
+*.sln
+*.sw*