diff --git a/paln.txt b/paln.txt deleted file mode 100644 index 80bdef5..0000000 --- a/paln.txt +++ /dev/null @@ -1,3 +0,0 @@ -1. Создали gitignore -2. Создали репозиторий excel_proj -3. git init - инициализация системы контроля версий diff --git a/plan.txt b/plan.txt new file mode 100644 index 0000000..2843bc1 --- /dev/null +++ b/plan.txt @@ -0,0 +1,10 @@ +1. Создали gitignore +2. Создали репозиторий excel_proj +3. git init - инициализация системы контроля версий +4. git add . +5. git commit -m "initial" +6. git branch -M main +7. git remote add origin https://github.com/KH93b/excel_proj.git +8. git push -u origin main + +9. git checkout -b "webpack" - новая ветка для webpack diff --git a/webpack.config.js b/webpack.config.js new file mode 100644 index 0000000..e69de29