34 lines
549 B
Plaintext
Raw Normal View History

2020-11-27 02:58:44 +00:00
# These are some examples of commonly ignored file patterns.
# You should customize this list as applicable to your project.
# Learn more about .gitignore:
# https://www.atlassian.com/git/tutorials/saving-changes/gitignore
# Node artifact files
node_modules/
dist/
# Log files
*.log
# Generated by MacOS
.DS_Store
# Generated by Windows
Thumbs.db
2020-12-05 14:22:44 -08:00
**/build/**/*
.vscode
# visual code local workspaces
wisemapping-frontend.code-workspace
2023-01-04 18:17:01 -08:00
.yarn/*
2023-01-04 18:54:46 -08:00
./yarn/cache
2023-01-04 18:17:01 -08:00
!.yarn/releases
!.yarn/plugins
.pnp.*
2023-02-10 02:51:52 +00:00
packages/**/.yalc/
packages/**/yalc.lock