forked from Foundry376/Mailspring
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
75 lines (60 loc) · 1.2 KB
/
.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
##### Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
##### Arcanist / Phab
**/.arcconfig
**/.arclint
**/arclib
##### Client Private Plugins (symlinked)
**/app/src/error-logger-extensions
**/internal_packages/composer-mail-merge
**/internal_packages/composer-scheduler
##### Node modules
node_modules
!app/spec/fixtures/packages/package-with-incompatible-native-module/node_modules
**/npm-debug.log*
**/lerna-debug.log*
##### Certs for building
certs
**/*.p12
**/*.cer
**/build/resources/certs
##### Misc swap files
**/*.swp
**/*.swo
**/*~
**/*#
**/.DS_Store
**/Thumbs.db
**/#emacs
# Built cloud files
n1_cloud_dist
# Built client
app/dist
# Tests
spec-saved-state.json
# Symlinked Jasmine config files
**/jasmine/config.json
# Elastic Beanstalk Files
.elasticbeanstalk/*
!.elasticbeanstalk/*.cfg.yml
!.elasticbeanstalk/*.global.yml
# Sqlite amalgamation for scripts
scripts/sqlite
# Scripts for calculating statistics
scripts/toolbox
scripts/venv
# Python
*.pyc
# OAuth client secret for talking to Google Sheets
client_secret.json
/app/mailsync
/logfile.txt
/app/dist-docs
/app/mailsync.dSYM.zip
/snap/snapcraft.yml
**.so*
**.bin
**.tar.gz
/app/mailsync.dSYM