mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
separate .gitignore for examples (#667)
it will be easier to move the examples to a separate repository if it increases
This commit is contained in:
parent
e6d8612392
commit
e7f2babb5d
8
.gitignore
vendored
8
.gitignore
vendored
@ -1,9 +1 @@
|
||||
*.dSYM
|
||||
|
||||
examples/game_of_life/life
|
||||
examples/hello_world
|
||||
examples/json
|
||||
examples/links_scraper
|
||||
examples/news_fetcher
|
||||
examples/tetris/tetris
|
||||
examples/word_counter/word_counter
|
||||
|
3
examples/.gitignore
vendored
3
examples/.gitignore
vendored
@ -1,4 +1,7 @@
|
||||
game_of_life/life
|
||||
hello_world
|
||||
json
|
||||
links_scraper
|
||||
news_fetcher
|
||||
tetris/tetris
|
||||
word_counter/word_counter
|
||||
|
Loading…
Reference in New Issue
Block a user