source: frontend/.gitignore@ 4f85b41

Last change on this file since 4f85b41 was 8c01a1f, checked in by Andrej <asumanovski@…>, 5 months ago

Made investing tab and adding assets, starting training tracking and adding training sessions

  • Property mode set to 100644
File size: 264 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
11dist
12dist-ssr
13*.local
14.env.local
15
16# Editor directories and files
17.vscode/*
18!.vscode/extensions.json
19.idea
20.DS_Store
21*.suo
22*.ntvs*
23*.njsproj
24*.sln
25*.sw?
Note: See TracBrowser for help on using the repository browser.