-
Notifications
You must be signed in to change notification settings - Fork 311
/
.gitignore
136 lines (121 loc) · 2.11 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
# Personal scripts #
####################
# you can place your personal bash scripts in bin/my
/bin/my/*
# Local config #
################
/config/app.php
/config/passbolt.php
/config/Migrations/schema-dump-default.lock
/config/gpg/serverkey.asc
/config/gpg/serverkey_private.asc
/config/gpg/*.asc
/config/gpg/*.key
/config/license
/config/subscription_key.txt
/config/ldap.php
/config/DirectorySync/schema/*
/config/jwt/jwt.key
/config/jwt/jwt.pem
# JS Dependencies #
################
/node_modules
# Legacy images #
#################
/webroot/img/public/*
!/webroot/img/public/empty
# DEBIAN Package #
##################
.kitchen/
.kitchen.local.yml
debian/tmp/
debian/passbolt-ce/
debian/.debhelper/
debian/files
debian/passbolt-api-ce/
debian/passbolt-api-pro/
debian/*debhelper*
debian/*substvars*
# RPM Package #
###############
/_passbolt-configure
/cron.d
/logrotate.d
/*.rpm
# CakePHP specific files #
##########################
/config/app_local.php
/config/.env
/logs/*
/tmp/*
!/tmp/avatars/empty
/vendor/*
# IDE and editor specific files #
#################################
# IDE and editor specific files #
#################################
/.project
/.buildpath
/.settings/
# OS generated files #
######################
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
Icon?
ehthumbs.db
Thumbs.db
.directory
# Tool specific files #
#######################
# PHPUnit
.phpunit.result.cache
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
# IDE specific files #
#######################
# vim
*~
*.swp
*.swo
# sublime text & textmate
*.sublime-*
*.stTheme.cache
*.tmlanguage.cache
*.tmPreferences.cache
# Eclipse
.settings/*
# JetBrains, aka PHPStorm, IntelliJ IDEA
.idea
.idea/*
/.idea/*
/out/
# NetBeans
nbproject/*
/nbproject
# Visual Studio Code
.vscode
# Sass preprocessor
.sass-cache/
# mpeltonen/sbt-idea plugin
.idea_modules/
# JIRA plugin
atlassian-ide-plugin.xml
# Others
*.mo
.project
.buildpath
*.iml
# Tilt
tilt_modules*
## File-based project format:
*.ipr
*.iws
# PHPUNIT generated file
.phpunit.result.cache
# Vim filems
*.vim