Rapsys Git
/
airlibre
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
143102d
)
Add rapsys air bundle ignores
author
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:25:37 +0000
(11:25 +0100)
committer
Raphaël Gertz
<git@rapsys.eu>
Tue, 27 Feb 2024 10:25:37 +0000
(11:25 +0100)
.gitignore
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 6664173e46406024f78da7be0e9952e612427575..dc33da924a052a4fc7e4d7b77880d8f38e96473a 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-1,3
+1,4
@@
+# Project git ignored files
###> symfony/framework-bundle ###
/.env.local
@@
-18,3
+19,16
@@
/phpunit.xml
.phpunit.result.cache
###< phpunit/phpunit ###
+
+###> rapsys/airbundle ###
+/..bfg-report/
+/backup/
+/public/image/
+/public/test/
+/TODROP
+/composer.lock
+/symfony.lock
+.*.un~
+*.orig
+*.deadcode
+###< rapsys/airbundle ###