forked from fastly/cli
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
57 lines (47 loc) · 1.03 KB
/
.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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
fastly
!cmd/fastly
RELEASE_CHANGELOG.md
# Fastly package format files
**/fastly.toml
!pkg/commands/compute/testdata/build/rust/fastly.toml
**/Cargo.toml
!pkg/commands/compute/testdata/build/rust/Cargo.toml
**/Cargo.lock
!pkg/commands/compute/testdata/build/rust/Cargo.lock
**/*.tar.gz
!pkg/commands/compute/testdata/deploy/pkg/package.tar.gz
**/bin
**/src
!pkg/commands/compute/testdata/build/rust/src
!pkg/commands/compute/testdata/build/javascript/src
**/target
rust-toolchain
.cargo
**/node_modules
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, build with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Ignore IDEs
.idea
# Ignore Vim
# https://github.com/github/gitignore/blob/41ec05833ae00be887bab36fceaee63611e86189/Global/Vim.gitignore
[._]*.s[a-v][a-z]
[._]*.sw[a-p]
[._]s[a-rt-v][a-z]
[._]ss[a-gi-z]
[._]sw[a-p]
# Ignore OS files
.DS_Store
# Ignore binaries
dist/
build/
!pkg/commands/compute/testdata/build/
# Ignore application configuration
vendor/