2024-04-24 02:55:52 +03:00
|
|
|
# Not formatted
|
|
|
|
.*ignore
|
2024-09-06 23:00:10 +03:00
|
|
|
*.proto
|
2024-04-24 02:55:52 +03:00
|
|
|
|
2024-04-18 02:18:32 +03:00
|
|
|
# Generated or imported files
|
|
|
|
change/*.json
|
|
|
|
CHANGELOG.*
|
|
|
|
LICENSE
|
|
|
|
SECURITY.md
|
|
|
|
*.snap
|
|
|
|
yarn.lock
|
|
|
|
# this is a test fixture
|
|
|
|
yarn.js
|
2024-09-11 23:27:24 +03:00
|
|
|
.yarn/**
|
2024-04-18 02:18:32 +03:00
|
|
|
|
|
|
|
# These lines from .gitignore can be removed after prettier 3 update
|
|
|
|
node_modules
|
|
|
|
src/**/*.js
|
|
|
|
dist
|
|
|
|
lib
|
|
|
|
*.log
|
|
|
|
.DS_Store
|
|
|
|
*.pdf
|
|
|
|
coverage
|
|
|
|
.idea/
|
|
|
|
**/.docusaurus/
|
|
|
|
profile*.json
|