source: .gitignore@ b7d8a4d

main
Last change on this file since b7d8a4d was d8deee6, checked in by GitHub <noreply@…>, 3 months ago

Add files via upload

  • Property mode set to 100644
File size: 180 bytes
Line 
1# Environment variables
2.env
3.env.local
4.env.*.local
5
6# Dependencies
7node_modules/
8package-lock.json
9
10# IDE
11.vscode/
12.vs/
13*.swp
14*.swo
15
16# OS
17.DS_Store
18desktop.ini
Note: See TracBrowser for help on using the repository browser.