-
Notifications
You must be signed in to change notification settings - Fork 65
Expand file tree
/
Copy path.gitignore
More file actions
65 lines (48 loc) · 986 Bytes
/
.gitignore
File metadata and controls
65 lines (48 loc) · 986 Bytes
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
# Cache files
cache/
# CMake
cmake-build-debug/
# IDE files
.idea
## File-based project format:
*.iws
## Plugin-specific files:
# IntelliJ
/out/
# JIRA plugin
atlassian-ide-plugin.xml
# Cursive Clojure plugin
.idea/replstate.xml
# Crashlytics plugin (for Android Studio and IntelliJ)
com_crashlytics_export_strings.xml
crashlytics.properties
crashlytics-build.properties
fabric.properties
### PhpStorm Patch ###
# Comment Reason: https://github.com/joeblau/gitignore.io/issues/186#issuecomment-215987721
*.iml
modules.xml
.idea/misc.xml
*.ipr
# End of https://www.gitignore.io/api/phpstorm
# bunq context file
bunq.conf
context-save-restore-test.conf
example/result_attachment.jpg
bunq-test.conf
connectQr.png
config.json
tests/resource/certificate.cert
tests/resource/key.pem
tests/resource/bunq-oauth-test.conf
tests/resource/bunq-psd2-test.conf
# Composer
composer.lock
vendor/
# Temporary files
tmp/
.DS_STORE
# PhpCs
.php-cs-fixer*
# PHPUnit
.phpunit.result.cache