|
14 | 14 | /config/gpg/*.key
|
15 | 15 | /config/license
|
16 | 16 |
|
17 |
| -# Dependencies # |
| 17 | +# JS Dependencies # |
18 | 18 | ################
|
19 |
| -/vendor/* |
20 | 19 | /node_modules
|
21 | 20 |
|
22 |
| -# Temp config files # |
23 |
| -##################### |
24 |
| -/tmp/* |
25 |
| -/logs/* |
26 |
| - |
27 |
| -# User specific # |
| 21 | +# Legacy images # |
28 | 22 | #################
|
29 | 23 | /webroot/img/public/*
|
30 | 24 | !/webroot/img/public/empty
|
31 | 25 |
|
| 26 | +# DEBIAN Package # |
| 27 | +################## |
| 28 | +.kitchen/ |
| 29 | +.kitchen.local.yml |
| 30 | +debian/tmp/ |
| 31 | +debian/passbolt-ce/ |
| 32 | +debian/.debhelper/ |
| 33 | +debian/files |
| 34 | +debian/passbolt-api-ce/ |
| 35 | +debian/passbolt-api-pro/ |
| 36 | +debian/*debhelper* |
| 37 | +debian/*substvars* |
| 38 | + |
| 39 | +# CakePHP specific files # |
| 40 | +########################## |
| 41 | +/config/app_local.php |
| 42 | +/config/.env |
| 43 | +/logs/* |
| 44 | +/tmp/* |
| 45 | +/vendor/* |
| 46 | + |
32 | 47 | # IDE and editor specific files #
|
33 | 48 | #################################
|
34 |
| -/nbproject |
35 |
| -.idea |
36 |
| -*.mo |
37 |
| -.project |
| 49 | + |
38 | 50 |
|
39 | 51 | # IDE and editor specific files #
|
40 | 52 | #################################
|
41 |
| -/nbproject |
42 |
| -.idea |
43 | 53 | /.project
|
44 | 54 | /.buildpath
|
45 | 55 | /.settings/
|
|
54 | 64 | Icon?
|
55 | 65 | ehthumbs.db
|
56 | 66 | Thumbs.db
|
57 |
| -/.settings |
58 |
| -/.idea/* |
59 |
| - |
60 |
| -# Covers JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm |
61 |
| - |
62 |
| -.buildpath |
63 |
| -*.iml |
64 |
| - |
65 |
| -## Directory-based project format: |
66 |
| -.idea/ |
67 |
| -# if you remove the above rule, at least ignore the following: |
68 |
| - |
69 |
| -# User-specific stuff: |
70 |
| -# .idea/workspace.xml |
71 |
| -# .idea/tasks.xml |
72 |
| -# .idea/dictionaries |
73 |
| - |
74 |
| -# Sensitive or high-churn files: |
75 |
| -# .idea/dataSources.ids |
76 |
| -# .idea/dataSources.xml |
77 |
| -# .idea/sqlDataSources.xml |
78 |
| -# .idea/dynamic.xml |
79 |
| -# .idea/uiDesigner.xml |
80 |
| - |
81 |
| -# Gradle: |
82 |
| -# .idea/gradle.xml |
83 |
| -# .idea/libraries |
84 |
| - |
85 |
| -# Mongo Explorer plugin: |
86 |
| -# .idea/mongoSettings.xml |
| 67 | +.directory |
87 | 68 |
|
88 |
| -## File-based project format: |
89 |
| -*.ipr |
90 |
| -*.iws |
| 69 | +# Tool specific files # |
| 70 | +####################### |
| 71 | +# PHPUnit |
| 72 | +.phpunit.result.cache |
91 | 73 |
|
92 |
| -## Plugin-specific files: |
| 74 | +# Crashlytics plugin (for Android Studio and IntelliJ) |
| 75 | +com_crashlytics_export_strings.xml |
| 76 | +crashlytics.properties |
| 77 | +crashlytics-build.properties |
93 | 78 |
|
94 |
| -# IntelliJ |
| 79 | +# IDE specific files # |
| 80 | +####################### |
| 81 | +# vim |
| 82 | +*~ |
| 83 | +*.swp |
| 84 | +*.swo |
| 85 | +# sublime text & textmate |
| 86 | +*.sublime-* |
| 87 | +*.stTheme.cache |
| 88 | +*.tmlanguage.cache |
| 89 | +*.tmPreferences.cache |
| 90 | +# Eclipse |
| 91 | +.settings/* |
| 92 | +# JetBrains, aka PHPStorm, IntelliJ IDEA |
| 93 | +.idea |
| 94 | +.idea/* |
| 95 | +/.idea/* |
95 | 96 | /out/
|
96 |
| - |
| 97 | +# NetBeans |
| 98 | +nbproject/* |
| 99 | +/nbproject |
| 100 | +# Visual Studio Code |
| 101 | +.vscode |
| 102 | +# Sass preprocessor |
| 103 | +.sass-cache/ |
97 | 104 | # mpeltonen/sbt-idea plugin
|
98 | 105 | .idea_modules/
|
99 |
| - |
100 | 106 | # JIRA plugin
|
101 | 107 | atlassian-ide-plugin.xml
|
| 108 | +# Others |
| 109 | +*.mo |
| 110 | +.project |
| 111 | +.buildpath |
| 112 | +*.iml |
102 | 113 |
|
103 |
| -# Crashlytics plugin (for Android Studio and IntelliJ) |
104 |
| -com_crashlytics_export_strings.xml |
105 |
| -crashlytics.properties |
106 |
| -crashlytics-build.properties |
107 |
| -.kitchen/ |
108 |
| -.kitchen.local.yml |
109 |
| -debian/tmp/ |
110 |
| -debian/passbolt-ce/ |
111 |
| -debian/.debhelper/ |
112 |
| -debian/files |
113 |
| -debian/passbolt-api-ce/ |
114 |
| -debian/passbolt-api-pro/ |
115 |
| -debian/*debhelper* |
116 |
| -debian/*substvars* |
117 |
| - |
118 |
| -# PHPUNIT generated file |
119 |
| -.phpunit.result.cache |
| 114 | +## File-based project format: |
| 115 | +*.ipr |
| 116 | +*.iws |
0 commit comments