-
-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path.gitignore
More file actions
45 lines (35 loc) · 628 Bytes
/
.gitignore
File metadata and controls
45 lines (35 loc) · 628 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
# See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
# OS-specific files
.DS_Store
Thumbs.db
# Editor metadata
.vscode/*
!.vscode/extensions.json
!.vscode/launch.json
!.vscode/settings.json
.idea/*
# local API keys and secrets
.env.local
.env.*.local
# sensitive files
*.key
*.pem
*.swp
# coverage files
/etc/coverage/*
/etc/coverage.lcov
/coverage.out
# package managers
node_modules/
# temporary files
/etc/temp/*
!/etc/temp/.gitkeep
# Go builds
/bin/
# npm builds
/pkg/@eserstack/cli/dist/*
/pkg/@eserstack/laroux-server/dist/*
/pkg/@eserstack/noskills/dist/*
# Nix
result
result-*