source: ReserveNGo-frontend/.gitignore

Last change on this file was 6662a14, checked in by Aleksandarj03 <138524804+Aleksandarj03@…>, 8 months ago

Finished logic for customer and reorganized the components

  • Property mode set to 100644
File size: 319 bytes
Line 
1# Logs
2logs
3*.log
4npm-debug.log*
5yarn-debug.log*
6yarn-error.log*
7pnpm-debug.log*
8lerna-debug.log*
9
10node_modules
11.DS_Store
12dist
13dist-ssr
14coverage
15*.local
16
17/cypress/videos/
18/cypress/screenshots/
19
20# Editor directories and files
21.vscode/*
22!.vscode/extensions.json
23.idea/*
24*.suo
25*.ntvs*
26*.njsproj
27*.sln
28*.sw?
29
30*.tsbuildinfo
Note: See TracBrowser for help on using the repository browser.