Projekt

Obecné

Profil

Stáhnout (1 KB) Statistiky
| Větev: | Tag: | Revize:
1
# Compiled class file
2
*.class
3

    
4
# Log file
5
*.log
6

    
7
# BlueJ files
8
*.ctxt
9

    
10
# Mobile Tools for Java (J2ME)
11
.mtj.tmp/
12

    
13
# Package Files #
14
*.jar
15
*.war
16
*.nar
17
*.ear
18
*.zip
19
*.tar.gz
20
*.rar
21

    
22
# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
23
hs_err_pid*
24

    
25
# IntelliJ
26
server/.idea/* 
27
server/*.iml
28

    
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
(1-1/4)