forked from jet/equinox
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
56 lines (41 loc) · 708 Bytes
/
.gitignore
File metadata and controls
56 lines (41 loc) · 708 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
51
52
53
54
55
56
# User-specific files
# macOS
.DS_Store
# DynamoDb local simulator data directory
docker-dynamodblocal-data/
# ephemeral EventStoreDB certs created via `docker compose up`
certs/
# Cli logs
eqx.log
# Test results
*.trx
# Build results
msbuild.*
.build/
[Bb]in/
[Oo]bj/
# Visual Studio 2015+ cache/options directory
.vs/
*.fsproj.user
# ReSharper is a .NET coding add-in
_ReSharper*/
*.[Rr]e[Ss]harper
*.DotSettings.user
# NCrunch
_NCrunch_*
.*crunch*.local.xml
nCrunchTemp_*
# NuGet Packages
*.nupkg
packages.config
# The packages folder can be ignored because of Package Restore
**/packages/*
# JetBrains Rider
.idea/
*.sln.iml
# CodeRush
.cr/
#Ionide
.ionide/
#User VS Code settings
.vscode