mirror of
https://github.com/wasp-lang/wasp.git
synced 2024-12-18 06:32:05 +03:00
55d9e1bbd8
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
21 lines
151 B
Plaintext
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
|