-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·55 lines (45 loc) · 1.28 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
TrelloCloneApi/.vs
TrelloCloneApi/*/bin/
TrelloCloneApi/*/obj/
TrelloCloneApi/TrelloCloneEF/Migrations/
# compiled output
TrelloCloneWebUI/dist
TrelloCloneWebUI/tmp
TrelloCloneWebUI/out-tsc
TrelloCloneWebUI/.editorconfig
# Only exists if Bazel was run
TrelloCloneWebUI/bazel-out
# dependencies
TrelloCloneWebUI/node_modules
# profiling files
TrelloCloneWebUI/chrome-profiler-events.json
TrelloCloneWebUI/speed-measure-plugin.json
# IDEs and editors
TrelloCloneWebUI/.idea
TrelloCloneWebUI/.project
TrelloCloneWebUI/.classpath
TrelloCloneWebUI/.c9/
TrelloCloneWebUI/*.launch
TrelloCloneWebUI/.settings/
TrelloCloneWebUI/*.sublime-workspace
# IDE - VSCode
TrelloCloneWebUI/.vscode/*
TrelloCloneWebUI/!.vscode/settings.json
TrelloCloneWebUI/!.vscode/tasks.json
TrelloCloneWebUI/!.vscode/launch.json
TrelloCloneWebUI/!.vscode/extensions.json
TrelloCloneWebUI/.history/*
# misc
TrelloCloneWebUI/.sass-cache
TrelloCloneWebUI/connect.lock
TrelloCloneWebUI/coverage
TrelloCloneWebUI/libpeerconnection.log
TrelloCloneWebUI/npm-debug.log
TrelloCloneWebUI/yarn-error.log
TrelloCloneWebUI/testem.log
TrelloCloneWebUI/typings
# System Files
TrelloCloneWebUI/.DS_Store
TrelloCloneWebUI/Thumbs.db
# Ignore all swagger cli
TrelloCloneWebUI/swagger-codegen-cli.jar