Skip to content

Conversation

hansvana
Copy link
Contributor

Lijkt me een goed idee om een gitignore toe te voegen, volgens mij is het niet handig om vendor/ en node_modules/ in de repo te hebben.

https://www.freecodecamp.org/news/gitignore-what-is-it-and-how-to-add-to-repo/
https://github.com/github/gitignore/blob/main/Laravel.gitignore

@joepjanvh joepjanvh merged commit b38640f into joepjanvh:main Oct 13, 2024
1 check failed
@joepjanvh
Copy link
Owner

Klopt! Maar had de gitignore er juist uitgehaald, zodat je de volledige map kon klonen. In de database map zit/zat ook een gitignore de de sqlite files uitsluit.

@joepjanvh
Copy link
Owner

volledige gitignore in laravel 11 is trouwens:

/.phpunit.cache
/node_modules
/public/build
/public/hot
/public/storage
/storage/*.key
/vendor
.env
.env.backup
.env.production
.phpactor.json
.phpunit.result.cache
Homestead.json
Homestead.yaml
auth.json
npm-debug.log
yarn-error.log
/.fleet
/.idea
/.vscode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants