Browse Source

Updated gitignore

master
Ernest Debruyne 2 years ago
parent
commit
fc40c5ff25
1 changed files with 21 additions and 0 deletions
  1. 21
    0
      .gitignore

+ 21
- 0
.gitignore View File

@@ -5,3 +5,24 @@
!.vscode/launch.json
!.vscode/extensions.json

objects.js
package.json
package-lock.json
arrays/array_1.js
arrays/array_2.js
loops/forLoops.js
loops/forLoops_2.js
loops/forLoops_3.js
loops/title.js
loops/while_1.js
node_modules/readline-sync/LICENSE
node_modules/readline-sync/package.json
node_modules/readline-sync/README.md
node_modules/readline-sync/README-Deprecated.md
node_modules/readline-sync/lib/encrypt.js
node_modules/readline-sync/lib/read.cs.js
node_modules/readline-sync/lib/read.ps1
node_modules/readline-sync/lib/read.sh
node_modules/readline-sync/lib/readline-sync.js
strings/part_3.js
strings/strings.js

Loading…
Cancel
Save