Browse Source

Simplify our gitignore files (#2925)

pull/2928/head
Oscar Hinton 4 years ago committed by GitHub
parent
commit
19caa7bfe0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 42
      .gitignore
  2. 23
      apps/browser/.gitignore
  3. 4
      apps/cli/.gitignore
  4. 14
      apps/desktop/.gitignore
  5. 13
      apps/web/.gitignore
  6. 37
      libs/components/.gitignore

42
.gitignore vendored

@ -1,6 +1,40 @@ @@ -1,6 +1,40 @@
node_modules/
**/coverage/
.github/workflows/act
# General
.DS_Store
documentation.json
Thumbs.db
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Node
node_modules
npm-debug.log
# Build directories
dist
build
# Testing
coverage
# Misc
*.crx
*.pem
*.zip
*.provisionprofile
# Storybook
documentation.json

23
apps/browser/.gitignore vendored

@ -1,20 +1,7 @@ @@ -1,20 +1,7 @@
.vs
.vscode
.idea
.DS_Store
node_modules
npm-debug.log
vwd.webinfo
css/
dist/
dist-safari/
webfonts/
*.crx
*.pem
*.zip
build/
build.safariextension/
xcuserdata/
*.hmap
# Safari
dist-safari
!src/safari/safari/app/popup/index.html
src/safari/safari/app/
build.safariextension
xcuserdata
*.hmap

4
apps/cli/.gitignore vendored

@ -1,5 +1 @@ @@ -1,5 +1 @@
node_modules
build
dist
config/local.json

14
apps/desktop/.gitignore vendored

@ -1,18 +1,4 @@ @@ -1,18 +1,4 @@
.vs
.idea
node_modules
npm-debug.log
vwd.webinfo
dist/
dist-safari/
css/
*.crx
*.pem
build/
yarn-error.log
.DS_Store
*.nupkg
*.provisionprofile
*.env
PlugIns/safari.appex/
PlugIns/safari-legacy.appex/

13
apps/web/.gitignore vendored

@ -1,15 +1,2 @@ @@ -1,15 +1,2 @@
.vs
.idea
.DS_Store
node_modules
npm-debug.log
vwd.webinfo
css/
dist/
*.pem
*.crx
*.zip
*.swp
build/
!dev-server.shared.pem
config/local.json

37
libs/components/.gitignore vendored

@ -1,44 +1,7 @@ @@ -1,44 +1,7 @@
# See http://help.github.com/ignore-files/ for more about ignoring files.
# Compiled output
/dist
/tmp
/out-tsc
/bazel-out
documentation.json
# Node
/node_modules
npm-debug.log
yarn-error.log
# IDEs and editors
.idea/
.project
.classpath
.c9/
*.launch
.settings/
*.sublime-workspace
# Visual Studio Code
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
.history/*
# Miscellaneous
/.angular/cache
.sass-cache/
/connect.lock
/coverage
/libpeerconnection.log
testem.log
/typings
# System files
.DS_Store
Thumbs.db

Loading…
Cancel
Save