Projekt

Obecné

Profil

« Předchozí | Další » 

Revize e4bc63c3

Přidáno uživatelem Lukas Cerny před téměř 6 roky(ů)

Re #7264 Front end environment

Zobrazit rozdíly:

.gitignore
27 27
server/*.iml
28 28

  
29 29
server/target/*
30

  
31

  
32

  
33

  
34
# See http://help.github.com/ignore-files/ for more about ignoring files.
35

  
36
# compiled output
37
/dist
38
/tmp
39
/out-tsc
40
# Only exists if Bazel was run
41
/bazel-out
42

  
43
webapp/yarn.lock
44
webapp/package-lock.json
45
# dependencies
46
webapp/node_modules
47

  
48
# profiling files
49
chrome-profiler-events.json
50
speed-measure-plugin.json
51

  
52
# IDEs and editors
53
/.idea
54
.project
55
.classpath
56
.c9/
57
*.launch
58
.settings/
59
*.sublime-workspace
60

  
61
# IDE - VSCode
62
webapp/.vscode/*
63
!.vscode/settings.json
64
!.vscode/tasks.json
65
!.vscode/launch.json
66
!.vscode/extensions.json
67
.history/*
68

  
69
# misc
70
/.sass-cache
71
/connect.lock
72
/coverage
73
/libpeerconnection.log
74
npm-debug.log
75
yarn-error.log
76
testem.log
77
/typings
78

  
79
# System Files
80
.DS_Store
81
Thumbs.db

Také k dispozici: Unified diff