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/**/*
|
2022-01-26 19:17:43 +01:00
|
|
|
.vscode
|
|
|
|
|
2022-07-09 03:34:52 +02:00
|
|
|
# visual code local workspaces
|
|
|
|
wisemapping-frontend.code-workspace
|
2023-01-05 03:17:01 +01:00
|
|
|
|
|
|
|
.yarn/*
|
|
|
|
!.yarn/releases
|
|
|
|
!.yarn/plugins
|
|
|
|
.pnp.*
|