wisemapping-frontend/.gitignore

34 lines
549 B
Plaintext
Raw Permalink Normal View History

2020-11-27 03:58:44 +01: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 23:22:44 +01:00
**/build/**/*
.vscode
# visual code local workspaces
wisemapping-frontend.code-workspace
2023-01-05 03:17:01 +01:00
.yarn/*
2023-01-05 03:54:46 +01:00
./yarn/cache
2023-01-05 03:17:01 +01:00
!.yarn/releases
!.yarn/plugins
.pnp.*
2023-02-10 03:51:52 +01:00
packages/**/.yalc/
packages/**/yalc.lock