We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0916881 commit 9702d22Copy full SHA for 9702d22
.gitattributes
@@ -0,0 +1,9 @@
1
+/.github export-ignore
2
+/bootstrap export-ignore
3
+/storage export-ignore
4
+/tests export-ignore
5
+composer.lock export-ignore
6
+CONTRIBUTING.md export-ignore
7
+docker-compose.yml export-ignore
8
+MIGRATION-GUIDES.md export-ignore
9
+phpunit.xml export-ignore
.gitignore
@@ -1,4 +1,4 @@
-.idea
+.idea/
vendor/
node_modules/
@@ -12,8 +12,5 @@ bootstrap/cache/
12
.env.php
13
.env
14
15
-# Rocketeer PHP task runner and deployment package. https://github.com/rocketeers/rocketeer
16
-.rocketeer/
17
-
18
.phpunit.result.cache
19
.phpunit.cache
0 commit comments