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
|
# Folders to ignore
|
||||||
# dist/
|
dist/
|
||||||
# node_modules/
|
node_modules/
|
||||||
# tests/e2e/reports/
|
tests/e2e/reports/
|
||||||
|
|
||||||
# # local env files
|
# local env files
|
||||||
# .env.local
|
.env.local
|
||||||
# .env.*.local
|
.env.*.local
|
||||||
|
|
||||||
# # dependencies
|
# dependencies
|
||||||
# /node_modules
|
/node_modules
|
||||||
# package-lock.json
|
package-lock.json
|
||||||
# yarn.lock
|
yarn.lock
|
||||||
|
|
||||||
# # OS or Editor folders
|
# OS or Editor folders
|
||||||
# ._*
|
._*
|
||||||
# .cache
|
.cache
|
||||||
# .DS_Store
|
.DS_Store
|
||||||
# .idea
|
.idea
|
||||||
# .project
|
.project
|
||||||
# .settings
|
.settings
|
||||||
# .tmproj
|
.tmproj
|
||||||
# *.esproj
|
*.esproj
|
||||||
# *.sublime-project
|
*.sublime-project
|
||||||
# *.sublime-workspace
|
*.sublime-workspace
|
||||||
# *.suo
|
*.suo
|
||||||
# *.ntvs*
|
*.ntvs*
|
||||||
# *.njsproj
|
*.njsproj
|
||||||
# *.sln
|
*.sln
|
||||||
# *.sw?
|
*.sw?
|
||||||
# nbproject
|
nbproject
|
||||||
# Thumbs.db
|
Thumbs.db
|
||||||
# /.vscode/
|
/.vscode/
|
||||||
|
|
||||||
# # Numerous always-ignore extensions
|
# Numerous always-ignore extensions
|
||||||
# *.diff
|
*.diff
|
||||||
# *.err
|
*.err
|
||||||
# *.log
|
*.log
|
||||||
# *.orig
|
*.orig
|
||||||
# *.rej
|
*.rej
|
||||||
# *.swo
|
*.swo
|
||||||
# *.swp
|
*.swp
|
||||||
# *.vi
|
*.vi
|
||||||
# *.zip
|
*.zip
|
||||||
# *~
|
*~
|
||||||
|
|||||||
Reference in New Issue
Block a user