forked from kubewall/kubewall
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
49 lines (39 loc) · 629 Bytes
/
Copy path.gitignore
File metadata and controls
49 lines (39 loc) · 629 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
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test dir and binary, built with `go test -c`
tests/
*.test
# Output of the go coverage tool.
*.out
# Go workspace file.
go.work
# Apple macOS system files.
.DS_Store
# Project environment config files.
.env
backend/.env
# dist folder
dist
# IDE config directories.
.idea/
.vscode/
backend/.idea/
backend/.vscode/
backend/.idea
# Dependency directories.
node_modules/
vendor/
# Binary directories.
bin/
# Temp and local cache directories.
dist/
tmp/
.parcel-cache/
resources/node_modules/
resources/static/
resources/views/*.go
resources/views/*/*.go