Skip to content

Commit 965f779

Browse files
committed
change .gitignore
1 parent 1126171 commit 965f779

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

.gitignore

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,21 @@
1616
###> symfony/web-server-bundle ###
1717
/.web-server-pid
1818
###< symfony/web-server-bundle ###
19+
20+
###> symfony/webpack-encore-bundle ###
21+
/node_modules/
22+
/public/build/
23+
npm-debug.log
24+
yarn-error.log
25+
###< symfony/webpack-encore-bundle ###
26+
27+
###> lexik/jwt-authentication-bundle ###
28+
/config/jwt/*.pem
29+
###< lexik/jwt-authentication-bundle ###
30+
31+
###> symfony/webpack-encore-pack ###
32+
/node_modules/
33+
/public/build/
34+
npm-debug.log
35+
yarn-error.log
36+
###< symfony/webpack-encore-pack ###

0 commit comments

Comments
 (0)