Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(git): clean up .gitignore files #1156

Merged
merged 2 commits into from Jul 8, 2021
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
43 changes: 32 additions & 11 deletions .gitignore
@@ -1,21 +1,42 @@
.nyc_output
coverage
dist
lerna-debug.log
# Package manager
node_modules
npm-debug.log
yarn-error.log

# Build
dist
_webpackOutput
sigveio marked this conversation as resolved.
Show resolved Hide resolved

# Generated metadata (only the root one is generated!)

/metadata.toml

# Cache
.cache
.eslintcache

# Testing
.nyc_output
coverage

# Phenomic things
# Env
.env.local
.env.*.local

*.bundle.js
# Logging
*.log
npm-debug.log*
yarn-debug.log*
yarn-error.log*
lerna-debug.log*
.pnpm-debug.log*

# Cache
# Editor
.idea
.vscode
.history
*.suo
ludofischer marked this conversation as resolved.
Show resolved Hide resolved
*.ntvs*
*.njsproj
*.sln
*.sw?

.eslintcache
sigveio marked this conversation as resolved.
Show resolved Hide resolved
# OS generated
.DS_Store
19 changes: 1 addition & 18 deletions site/.gitignore
@@ -1,23 +1,6 @@
# Dependencies
/node_modules

# Production
# Build
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*


.cache