-
Notifications
You must be signed in to change notification settings - Fork 43
/
.gitignore
86 lines (69 loc) · 917 Bytes
/
.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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
logs
.DS_Store
# Build Targets
.prebuild
.npminstall
# Compiled Object files, Static and Dynamic libs (Shared Objects)
*.o
*.a
*.so
# Folders
_obj
_test
.vscode
# Log files
*mattermost.log
*npm-debug.log*
loadtest.log
metricswatcher.log
ltagent.log
ltcoordinator.log
deployer.log
ltapi.log
.tmp
debug
# Vim temporary files
[._]*.s[a-w][a-z]
[._]s[a-w][a-z]
*.un~
Session.vim
.netrwhist
*~
.agignore
.ctags
tags
cache.db
/rethinkdb_data
bin/*
!bin/echo_example.sh
!bin/run_example.sh
# Ignore dist directory
dist
# built application
mattermost-load-test
mattermost-load-test.log
errors.log
stats.log
.installdeps
state.json
status.log
results.txt
#historic
dummies
dummies.log
sessions.db
# ignore local config
config/*
!config/*.sample.*
# binaries
/ltagent
/ltcoordinator
/ltapi
# terraform stuff
/terraformenv
.terraform
*.tfstate*
.idea
mattermost-load-test.iml
.terraform.tfstate.lock.info
*.tar