Skip to content

Commit

Permalink
chore(git): clean up .gitignore files (#1156)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludovico Fischer <43557+ludofischer@users.noreply.github.com>
  • Loading branch information
sigveio and ludofischer committed Jul 8, 2021
1 parent 095f901 commit 9886775
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 29 deletions.
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

# 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
*.ntvs*
*.njsproj
*.sln
*.sw?

.eslintcache
# 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

0 comments on commit 9886775

Please sign in to comment.