Files
wisemapping-frontend/.gitignore
T

30 lines
494 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/**/*
2022-01-26 15:17:43 -03:00
.vscode
2022-07-09 01:34:52 +00:00
# visual code local workspaces
wisemapping-frontend.code-workspace
2023-01-04 18:17:01 -08:00
.yarn/*
!.yarn/releases
!.yarn/plugins
.pnp.*