-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
54 lines (45 loc) · 1.45 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
# backend
myvotingsystem-backend/.classpath
myvotingsystem-backend/.settings/
myvotingsystem-backend/.project
myvotingsystem-backend/src/main/resources/application-dev.properties
myvotingsystem-backend/target
# frontend
# compiled output
myvotingsystem-frontend/dist
myvotingsystem-frontend/tmp
myvotingsystem-frontend/out-tsc
# Only exists if Bazel was run
myvotingsystem-frontend/bazel-out
# dependencies
myvotingsystem-frontend/node_modules
# profiling files
myvotingsystem-frontend/chrome-profiler-events*.json
myvotingsystem-frontend/speed-measure-plugin*.json
# IDEs and editors
myvotingsystem-frontend/.idea
myvotingsystem-frontend/.project
myvotingsystem-frontend/.classpath
myvotingsystem-frontend/.c9/
myvotingsystem-frontend/*.launch
myvotingsystem-frontend/.settings/
myvotingsystem-frontend/*.sublime-workspace
# IDE - VSCode
myvotingsystem-frontend/.vscode/*
myvotingsystem-frontend/!.vscode/settings.json
myvotingsystem-frontend/!.vscode/tasks.json
myvotingsystem-frontend/!.vscode/launch.json
myvotingsystem-frontend/!.vscode/extensions.json
myvotingsystem-frontend/.history/*
# misc
myvotingsystem-frontend/.sass-cache
myvotingsystem-frontend/connect.lock
myvotingsystem-frontend/coverage
myvotingsystem-frontend/libpeerconnection.log
myvotingsystem-frontend/npm-debug.log
myvotingsystem-frontend/yarn-error.log
myvotingsystem-frontend/testem.log
myvotingsystem-frontend/typings
# System Files
myvotingsystem-frontend/.DS_Store
myvotingsystem-frontend/Thumbs.db