-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
51 lines (43 loc) · 1.27 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 http://help.github.com/ignore-files/ for more about ignoring files.
# compiled output
catalogo-front-end/dist
catalogo-back-end/dist
catalogo-front-end/tmp
catalogo-front-end/out-tsc
# Only exists if Bazel was run
catalogo-front-end/bazel-out
# dependencies
catalogo-front-end/node_modules
catalogo-back-end/node_modules
# profiling files
catalogo-front-end/chrome-profiler-events*.json
catalogo-front-end/speed-measure-plugin*.json
# IDEs and editors
catalogo-front-end/.idea
catalogo-front-end/.project
catalogo-front-end/.classpath
catalogo-front-end/.c9/
catalogo-front-end/*.launch
catalogo-front-end/.settings/
catalogo-front-end/*.sublime-workspace
# IDE - VSCode
catalogo-front-end/.vscode/*
!catalogo-front-end/.vscode/settings.json
!catalogo-front-end/.vscode/tasks.json
!catalogo-front-end/.vscode/launch.json
!catalogo-front-end/.vscode/extensions.json
catalogo-front-end/.history/*
# misc
catalogo-front-end/.sass-cache
catalogo-front-end/connect.lock
catalogo-front-end/coverage
catalogo-front-end/libpeerconnection.log
catalogo-front-end/npm-debug.log
catalogo-front-end/yarn-error.log
catalogo-front-end/testem.log
catalogo-front-end/typings
catalogo-back-end/imgs
# System Files
catalogo-front-end/.DS_Store
catalogo-front-end/Thumbs.db
catalogo-back-end/genrelist.txt