forked from kriasoft/web-auth-library
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
36 lines (30 loc) · 765 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# Include your project-specific ignores in this file
# Read about how to use .gitignore: https://help.github.com/articles/ignoring-files
# Cache and compiled output
/.cache/
/dist/
# Yarn package manager
# https://yarnpkg.com/getting-started/qa/#which-files-should-be-gitignored
/node_modules
.pnp.*
.yarn/*
!.yarn/patches
!.yarn/plugins
!.yarn/releases
!.yarn/sdks
!.yarn/versions
# Logs
yarn-debug.log*
yarn-error.log*
# Overrides for *.env files
*.override.env
# Visual Studio Code
# https://github.com/github/gitignore/blob/master/Global/VisualStudioCode.gitignore
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
# macOS
# https://github.com/github/gitignore/blob/master/Global/macOS.gitignore
.DS_Store