@cryptotaxi247 / CoPilot / commits / 1fbbc276

Create .gitignore

taylor_socfortress committed Jul 10, 2023 at 16:34 UTC 1fbbc27639e7077edd1bd77efdb031b0c0f8b2eb
1 file changed +41
.gitignore new
+41
@@ -0,0 +1,41 @@
1 +# Logs
2 +logs
3 +*.log
4 +npm-debug.log*
5 +yarn-debug.log*
6 +yarn-error.log*
7 +pnpm-debug.log*
8 +lerna-debug.log*
9 +
10 +node_modules
11 +.DS_Store
12 +dist
13 +dist-ssr
14 +coverage
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 +# Python Virtualenv
31 +__pycache__/
32 +*.py[cod]
33 +build/
34 +.venv/
35 +wheels/
36 +*.egg-info/
37 +*.egg
38 +
39 +# Local development artifacts
40 +*.db
41 +.env