-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
117 lines (95 loc) · 1.68 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
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
# If you prefer the allow list template instead of the deny list, see community template:
# https://github.com/github/gitignore/blob/main/community/Golang/Go.AllowList.gitignore
#
# Binaries for programs and plugins
*.exe
*.exe~
*.dll
*.so
*.dylib
# Test binary, built with `go test -c`
*.test
# Output of the go coverage tool, specifically when used with LiteIDE
*.out
# Dependency directories (remove the comment below to include it)
# vendor/
# Go workspace file
go.work
go.work.sum
# Rust output
rust/wsgup/target/**
rust/wsgup/*.lock
# Shared files (not added to repository)
# E.g. sample data used for local testing.
shared/*.json
shared/*.bak
# C
c/wsgup/build/**
c/wsgup/include/cJSON.h
c/wsgup/src/cJSON.c
# dotnet core C#
*.swp
*.*~
project.lock.json
.DS_Store
*.pyc
nupkg/
# Visual Studio Code
.vscode/
# Rider
.idea/
# Visual Studio
.vs/
# Fleet
.fleet/
# Code Rush
.cr/
# User-specific files
*.suo
*.user
*.userosscache
*.sln.docstates
# Build results
[Dd]ebug/
[Dd]ebugPublic/
[Rr]elease/
[Rr]eleases/
x64/
x86/
build/
bld/
[Bb]in/
[Oo]bj/
[Oo]ut/
msbuild.log
msbuild.err
msbuild.wrn
# Java and Gradle
# Ignore Gradle project-specific cache directory
.gradle
# Ignore Gradle build output directory
build
# https://dart.dev/guides/libraries/private-files
# Created by `dart pub`
.dart_tool/
!dart/*/bin
*.aot
*.jit
dart/**/*.js
dart/**/*.js.map
dart/**/*.deps
# Vagrant
.vagrant
swift-5.10.1-RELEASE-ubuntu22.04.tar.gz
packages-microsoft-prod.deb
dotnet-sdk-3.0.103-linux-x64.tar.gz
libssl1.0.0_1.0.2n-1ubuntu5_amd64.deb
# Swift
.DS_Store
.build
Packages
xcuserdata/
DerivedData/
.swiftpm/configuration/registries.json
.swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata
.netrc