We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1126171 commit 965f779Copy full SHA for 965f779
.gitignore
@@ -16,3 +16,21 @@
16
###> symfony/web-server-bundle ###
17
/.web-server-pid
18
###< 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
33
34
35
36
+###< symfony/webpack-encore-pack ###
0 commit comments