-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.gitignore
More file actions
50 lines (40 loc) · 718 Bytes
/
.gitignore
File metadata and controls
50 lines (40 loc) · 718 Bytes
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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
#############################################
# Let's keep everything clean before commit #
#############################################
# Dependency directories
node_modules/
bower_components/
# Roadmap and other stuffs
ROADMAP.md
# VS Code settings and sensitive info
.vscode**
vsc-extension-quickstart.md
tsconfig.json
package-lock.json
# Sensitive environment/config files
.env.*
# Compiled output
out/
dist/
# Logs or debug files
*.log
# Eventual annoying OS-specific files
.DS_Store
Thumbs.db
# Secrets and API Keys
secrets.json
secret.*
credentials.*
config.js
config.json
*.pem
*.key
# NPM sensitive files
npmrc
.npmrc
# VS Code Extension-specific
*.vsix
coverage/
test-results/
tmp/
/net-commander