1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00
v/examples/js_dom_draw_bechmark_chart/typescript_vanilla_typeorm/.gitignore
2022-09-07 01:55:32 +03:00

25 lines
267 B
Plaintext

*/node_modules/**/*
/node_modules/**/*
node_modules/**/*
/node_modules/
node_modules/
node_modules
# Ignore built ts files
*/dist/**/*
/dist/**/*
dist/**/*
/dist/
dist/
dist
temp/*
temp/
*/temp/**/*
package-lock.json
# Not ignore built js or ts files
!*.js
!*.ts