forked from sanger/sequencescape
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
56 lines (54 loc) · 815 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
!/.gitignore
*.log.[0-9]
*.log
tmp/*
dockermysql/*
.DS_Store
public/doc/*
db/*.sql
db/views_schema.old
repository
lib/tasks/*.local.rake
log/ruby_prof_profile
public/documents
public/system
metrics_directory/*
*.swp
*~
*.orig
db/*test.sqlite3
.bundle
rcov
capybara*.html
.Rakelist
database_suffix
*.sublime-workspace
app/sample_manifest_excel/doc/
coverage
.yardoc
rerun*
spec/examples.txt
public/public
doc/*
.yardoc/*
test_file.xlsx
new_test_file.xlsx
node_modules
sbin
/public/packs
/public/packs-test
/node_modules
/yarn-error.log
yarn-debug.log*
.yarn-integrity
/vendor
.talismanrc
# Vite Ruby
/public/vite
/public/vite-dev
/public/vite-test
/public/vite-cucumber
node_modules
# Vite uses dotenv and suggests to ignore local-only env files. See
# https://vitejs.dev/guide/env-and-mode.html#env-files
*.local