wasp/waspc/.gitignore
Martijn Faassen 55d9e1bbd8
Resolve dependencies refactor (#449)
Create a new resolveDependencies

Use Map to do differences between Wasp and user package.json dependencies.

This is now used internally in resolveNpmDeps.

Also fixes a bug in the conflict error message, where the wasp and user dependency
were previously not properly distinguished.

Add .vscode and move everything that appears text editor related to a section
2022-02-09 14:02:19 +01:00

21 lines
151 B
Plaintext

.stack-work/
stack*.yaml.lock
dist-newstyle
waspc.cabal
/out
.hie/
.bin/
stan.html
# editor related
*.orig
*~
.dir-locals.el
.projectile
.vscode