gitignore
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
NPM Installation / build (16.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (16.x, windows-latest) (push) Has been cancelled
NPM Installation / build (17.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (17.x, windows-latest) (push) Has been cancelled
NPM Installation / build (18.x, ubuntu-latest) (push) Has been cancelled
NPM Installation / build (18.x, windows-latest) (push) Has been cancelled
This commit is contained in:
+41
-41
@@ -1,45 +1,45 @@
|
||||
# # Folders to ignore
|
||||
# dist/
|
||||
# node_modules/
|
||||
# tests/e2e/reports/
|
||||
# Folders to ignore
|
||||
dist/
|
||||
node_modules/
|
||||
tests/e2e/reports/
|
||||
|
||||
# # local env files
|
||||
# .env.local
|
||||
# .env.*.local
|
||||
# local env files
|
||||
.env.local
|
||||
.env.*.local
|
||||
|
||||
# # dependencies
|
||||
# /node_modules
|
||||
# package-lock.json
|
||||
# yarn.lock
|
||||
# dependencies
|
||||
/node_modules
|
||||
package-lock.json
|
||||
yarn.lock
|
||||
|
||||
# # OS or Editor folders
|
||||
# ._*
|
||||
# .cache
|
||||
# .DS_Store
|
||||
# .idea
|
||||
# .project
|
||||
# .settings
|
||||
# .tmproj
|
||||
# *.esproj
|
||||
# *.sublime-project
|
||||
# *.sublime-workspace
|
||||
# *.suo
|
||||
# *.ntvs*
|
||||
# *.njsproj
|
||||
# *.sln
|
||||
# *.sw?
|
||||
# nbproject
|
||||
# Thumbs.db
|
||||
# /.vscode/
|
||||
# OS or Editor folders
|
||||
._*
|
||||
.cache
|
||||
.DS_Store
|
||||
.idea
|
||||
.project
|
||||
.settings
|
||||
.tmproj
|
||||
*.esproj
|
||||
*.sublime-project
|
||||
*.sublime-workspace
|
||||
*.suo
|
||||
*.ntvs*
|
||||
*.njsproj
|
||||
*.sln
|
||||
*.sw?
|
||||
nbproject
|
||||
Thumbs.db
|
||||
/.vscode/
|
||||
|
||||
# # Numerous always-ignore extensions
|
||||
# *.diff
|
||||
# *.err
|
||||
# *.log
|
||||
# *.orig
|
||||
# *.rej
|
||||
# *.swo
|
||||
# *.swp
|
||||
# *.vi
|
||||
# *.zip
|
||||
# *~
|
||||
# Numerous always-ignore extensions
|
||||
*.diff
|
||||
*.err
|
||||
*.log
|
||||
*.orig
|
||||
*.rej
|
||||
*.swo
|
||||
*.swp
|
||||
*.vi
|
||||
*.zip
|
||||
*~
|
||||
|
||||
Reference in New Issue
Block a user