-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
55 lines (47 loc) · 1011 Bytes
/
.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
.DS_STORE
/dist/
/bazel-out
/integration/bazel/bazel-*
e2e_test.*
*.log
node_modules
tools/gulp-tasks/cldr/cldr-data/
# Include when developing application packages.
pubspec.lock
.c9
.idea/
*.iml
.devcontainer/*
!.devcontainer/recommended-devcontainer.json
!.devcontainer/recommended-Dockerfile
.settings/
.vscode/launch.json
.vscode/settings.json
*.swo
modules/.settings
modules/.vscode
.vimrc
.nvimrc
# Don't check in secret files
*secret.js
# Ignore npm/yarn debug log
npm-debug.log
yarn-error.log
# build-analytics
.build-analytics
# rollup-test output
/modules/rollup-test/dist/
# User specific bazel settings
.bazelrc.user
.notes.md
baseline.json
/backend/NeedleBuddy.API/obj
/backend/NeedleBuddy.DB/obj
/.vs
/backend/.vs/NeedleBuddy/v16
/backend/NeedleBuddy.API/Properties
/backend/NeedleBuddy.API/bin/Debug/netcoreapp3.0
/backend/NeedleBuddy.DB/bin/Debug/netcoreapp3.0
/backend/NeedleBuddy.API/NeedleBuddy.API.csproj.user
/backend/.vs/NeedleBuddy/config
/backend/.vs/NeedleBuddy/DesignTimeBuild