diff --git a/.gitignore b/.gitignore index e69de29..33aaf46 100644 --- a/.gitignore +++ b/.gitignore @@ -0,0 +1,22 @@ +# dependencies +/node_modules +/.pnp +.pnp.js +desktop.ini + +# testing +/coverage + +# production +/build + +# misc +.DS_Store +.env.local +.env.development.local +.env.test.local +.env.production.local + +npm-debug.log* +yarn-debug.log* +yarn-error.log* diff --git a/JavaScript/Baseic JS.pdf b/JavaScript/Baseic JS.pdf new file mode 100644 index 0000000..b5d774a Binary files /dev/null and b/JavaScript/Baseic JS.pdf differ diff --git a/Language(RU)/ES6.pdf b/JavaScript/ES6.pdf similarity index 100% rename from Language(RU)/ES6.pdf rename to JavaScript/ES6.pdf diff --git a/Language(RU)/This & Object Prototipy.pdf b/JavaScript/This & Object Prototipy.pdf similarity index 100% rename from Language(RU)/This & Object Prototipy.pdf rename to JavaScript/This & Object Prototipy.pdf diff --git a/Language(RU)/UP & GOING.pdf b/JavaScript/UP & GOING.pdf similarity index 100% rename from Language(RU)/UP & GOING.pdf rename to JavaScript/UP & GOING.pdf