Updated .gitignore
This commit is contained in:
parent
191b121542
commit
67dd646ed1
1 changed files with 6 additions and 2 deletions
8
.gitignore
vendored
8
.gitignore
vendored
|
@ -1,7 +1,10 @@
|
|||
# vscode
|
||||
.vscode/dryrun.log
|
||||
.vscode/configurationCache.log
|
||||
.vscode/targets.log
|
||||
.vscode/launch.json
|
||||
|
||||
# build
|
||||
build
|
||||
|
||||
# Autoload files
|
||||
|
@ -20,5 +23,6 @@ src/ncc/autoload_spl.php
|
|||
src/ncc/autoload.php
|
||||
|
||||
# Test files
|
||||
tests/example_project/src/project.json
|
||||
tests/example_project/src/ncc
|
||||
tests/example_project/project.json
|
||||
tests/example_project/ncc
|
||||
tests/example_project/build
|
Loading…
Add table
Reference in a new issue