-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy path.gitignore
62 lines (56 loc) · 837 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
# Don't commit personal data or backups
**/*.log
**/*.tar.gz
**/*ddressBook.json
**/.env
**/.server-db
**/events.json
**/joint.json
**/personal.json
**/private.test.ts
**/separate.json
**/state.json
**/*-tax-return.pdf
**/transactions.json
modules/client/src/data
**/TODO*
# Cache
**/*.docker-compose.yml
**/*.fdf
**/.cache
**/.ts.cache
**/.config
**/.git
**/.node-gyp
**/.npm
**/.rollup.cache
**/.rpt2_cache
**/docker-compose.yml
modules/taxes/ops/fields/i*.fields
modules/taxes/ops/forms/i*.pdf
# Compiled output
**/.flags
**/build/**
**/dist/**
**/modules/taxes/f[0-9]*.pdf
**/node_modules/**
# Backups
**/*.lerna_backup
# OS
.bash_history
.DS_Store
# Tests
.nyc_output
coverage
**/cypress/screenshots
**/cypress/videos
# IDEs and editors
*.launch
*.sublime-workspace
*.sw[opq]
.c9/
.classpath
.idea
.project
.settings/
.vscode