This repository was archived by the owner on Jul 25, 2024. It is now read-only.
forked from NickWu007/TryLinks-Client
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (52 loc) · 1.26 KB
/
.gitignore
File metadata and controls
65 lines (52 loc) · 1.26 KB
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
# Files and directories created by pub
.packages
.pub/
build/
# Remove the following pattern if you wish to check in your lock file
pubspec.lock
.iml
.idea/
.dart_tool/
.dart_tool/pub/bin/build_runner/
.dart_tool/pub/bin/markdown/
.dart_tool/pub/bin/test/
# See http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
trylinks-v2/dist
trylinks-v2/tmp
trylinks-v2/out-tsc
# Only exists if Bazel was run
trylinks-v2/bazel-out
# dependencies
trylinks-v2/node_modules
# profiling files
trylinks-v2/chrome-profiler-events.json
trylinks-v2/speed-measure-plugin.json
# IDEs and editors
trylinks-v2/.idea
trylinks-v2/.project
trylinks-v2/.classpath
trylinks-v2/.c9/
trylinks-v2/*.launch
trylinks-v2/.settings/
trylinks-v2/*.sublime-workspace
# IDE - VSCode
trylinks-v2/.vscode/*
trylinks-v2/!.vscode/settings.json
trylinks-v2/!.vscode/tasks.json
trylinks-v2/!.vscode/launch.json
trylinks-v2/!.vscode/extensions.json
trylinks-v2/.history/*
# misc
trylinks-v2/.sass-cache
trylinks-v2/connect.lock
trylinks-v2/coverage
trylinks-v2/libpeerconnection.log
trylinks-v2/npm-debug.log
trylinks-v2/yarn-error.log
trylinks-v2/testem.log
trylinks-v2/typings
# System Files
trylinks-v2/.DS_Store
trylinks-v2/Thumbs.db
trylinks-v2/src/environments/environment.prod.ts