mirror of
https://github.com/PotentiaRobotics/website.git
synced 2025-04-18 11:20:19 -04:00
49 lines
544 B
Plaintext
49 lines
544 B
Plaintext
### Hosted gitgnore
|
|
node_modules
|
|
public
|
|
src
|
|
studio
|
|
|
|
#### Devlopment gitignore
|
|
# # Code editors and IDE files
|
|
# .vscode/
|
|
# .idea/
|
|
|
|
# # WSL for Windows
|
|
# *Zone.Identifier
|
|
|
|
# # macOS
|
|
# .DS_Store
|
|
|
|
# # dependencies
|
|
# node_modules
|
|
# /.pnp
|
|
# .pnp.js
|
|
|
|
# # testing
|
|
# coverage
|
|
|
|
# # production
|
|
# build
|
|
# dist
|
|
|
|
# # misc
|
|
# .DS_Store
|
|
# .env.local
|
|
# .env.development.local
|
|
# .env.test.local
|
|
# .env.production.local
|
|
|
|
# # sass
|
|
# .sass-cache/
|
|
# *.css.map
|
|
# *.sass.map
|
|
# *.scss.map
|
|
|
|
# # eslint
|
|
# .eslintcache
|
|
|
|
# npm-debug.log*
|
|
# yarn-debug.log*
|
|
# yarn-error.log*
|