source: frontend/.gitignore@ 700e2f9

main
Last change on this file since 700e2f9 was 700e2f9, checked in by 186079 <matej.milevski@…>, 5 days ago

Init

  • Property mode set to 100644
File size: 256 bytes
RevLine 
[700e2f9]1dist
2.wrangler
3.output
4.vercel
5.netlify
6.vinxi
7app.config.timestamp_*.js
8
9# Environment
10.env
11.env*.local
12
13# dependencies
14/node_modules
15
16# IDEs and editors
17/.idea
18.project
19.classpath
20*.launch
21.settings/
22
23# Temp
24gitignore
25
26# System Files
27.DS_Store
28Thumbs.db
Note: See TracBrowser for help on using the repository browser.