/ .gitignore
.gitignore
1 **/*.pem 2 **/*.sql 3 **/*.sql-wal 4 **/*.sql-shm 5 **/*.rdb 6 **/*.env 7 **/*.lock 8 **/*.lockb 9 **/dist 10 **/node_modules 11 */back/tmp/ 12 */back/.env 13 */back/*.crt 14 */back/*.key 15 *.exe 16 *.sum 17 *.mod 18 *.db 19 *.csv 20 **/.editorconfig 21 **/.gitignore 22 **/.pnp.cjs 23 **/.yarn/ 24 **/.yarnrc.yml 25 **/yarn.lock 26 27 support/leadgen/public/ 28 29 **/assets/ 30 !app/front/src/assets/*.svg 31 32 .yarn/* 33 !.yarn/patches 34 !.yarn/plugins 35 !.yarn/releases 36 !.yarn/sdks 37 !.yarn/versions 38 39 support/ebsSupport/public/scripts/support.js 40 41 # Swap the comments on the following lines if you don't wish to use zero-installs 42 # Documentation here: https://yarnpkg.com/features/zero-installs 43 !.yarn/cache 44 #.pnp.*