mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-18 13:49:59 +01:00
Add Visual Studio 2017 solution
This commit is contained in:
6
.gitignore
vendored
6
.gitignore
vendored
@ -4,8 +4,9 @@
|
||||
/wren
|
||||
|
||||
# Intermediate files.
|
||||
/build
|
||||
/deps
|
||||
build/
|
||||
deps/
|
||||
obj/
|
||||
/.sass-cache
|
||||
*.pyc
|
||||
|
||||
@ -24,6 +25,7 @@ xcuserdata/
|
||||
!wren_lib/
|
||||
|
||||
# Visual Studio cache files.
|
||||
.vs/
|
||||
ipch/
|
||||
*.aps
|
||||
*.ncb
|
||||
|
||||
Reference in New Issue
Block a user