-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
54 lines (44 loc) · 1.16 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
# See https://docs.github.com/get-started/getting-started-with-git/ignoring-files for more about ignoring files.
# Compiled output
ArtGalleryUI/dist
ArtGalleryUI/tmp
ArtGalleryUI/out-tsc
ArtGalleryUI/bazel-out
# Node
ArtGalleryUI/node_modules
ArtGalleryUI/npm-debug.log
ArtGalleryUI/yarn-error.log
# IDEs and editors
ArtGalleryUI/.idea/
ArtGalleryUI/.project
ArtGalleryUI/.classpath
ArtGalleryUI/.c9/
ArtGalleryUI/*.launch
ArtGalleryUI/.settings/
ArtGalleryUI/*.sublime-workspace
# Visual Studio Code
ArtGalleryUI/.vscode/*
ArtGalleryUI/!.vscode/settings.json
ArtGalleryUI/!.vscode/tasks.json
ArtGalleryUI/!.vscode/launch.json
ArtGalleryUI/!.vscode/extensions.json
ArtGalleryUI/.history/*
# Miscellaneous
ArtGalleryUI//.angular/cache
ArtGalleryUI/.sass-cache/
ArtGalleryUI//connect.lock
ArtGalleryUI//coverage
ArtGalleryUI//libpeerconnection.log
ArtGalleryUI/testem.log
ArtGalleryUI//typings
# System files
ArtGalleryUI/.DS_Store
ArtGalleryUI/Thumbs.db
ArtGalleryAPI/.vs
ArtGalleryAPI/.vs/*
ArtGalleryAPI/ArtGalleryAPI/bin
ArtGalleryAPI/ArtGalleryAPI/bin/*
ArtGalleryAPI/ArtGalleryAPI/obj
ArtGalleryAPI/ArtGalleryAPI/obj/*
ArtGalleryUI/.angular/cache
ArtGalleryUI/.angular/cache/*