File tree Expand file tree Collapse file tree 3 files changed +410
-1
lines changed Expand file tree Collapse file tree 3 files changed +410
-1
lines changed Original file line number Diff line number Diff line change 1+ # See https://help.github.com/articles/ignoring-files/ for more about ignoring files.
2+
3+ # dependencies
4+ /node_modules
5+ /.pnp
6+ .pnp.js
7+
8+ # logs
9+ /logs
10+ # system files
11+ .DS_Store
12+ Thumbs.db
13+ ehthumbs.db
14+
15+ # editor
16+ .idea
17+ .vscode
18+ .history
19+ .sublime-workspace
20+ .sublime-project
21+ .project
22+ .classpath
23+ .settings
24+ .project
25+ .pydevproject
26+ .settings
27+ .dbvis
28+ .dbeaver-data-sources.xml
29+ .dbeaver-data-sources.json
30+ .dbeaver-event.log
31+ .dbeaver-data-sources.xml
32+ .dbeaver-data-sources.json
33+ .dbeaver-event.log
34+ .eclipse
35+ .buildpath
36+ .springBeans
37+ .factorypath
38+ .project
39+ .pydevproject
40+ .settings
41+ .classpath
42+ .project
43+ .pydevproject
44+ .settings
45+ .classpath
46+ .project
47+ .pydevproject
48+ .settings
49+ .classpath
50+ .project
51+ .pydevproject
52+ .settings
53+ .classpath
54+ .project
55+ .pydevproject
56+ .settings
57+ .classpath
58+ .project
59+ .pydevproject
60+ .settings
61+ .classpath
62+ .project
63+ .pydevproject
64+ .settings
65+ .classpath
66+ .project
67+ .pydevproject
68+ .settings
69+ .classpath
70+ .project
71+ .pydevproject
72+ .settings
73+ .classpath
74+ .project
75+ .pydevproject
76+ .settings
77+
78+
79+
80+
81+ # testing
82+ /coverage
83+
84+ # production
85+ /build
86+
87+ # misc
88+ .DS_Store
89+ * .pem
90+
91+ # debug
92+ npm-debug.log *
93+ yarn-debug.log *
94+ yarn-error.log *
95+
96+ # local env files
97+ .env * .local
98+ .env.example
99+ .env
100+ .env.local
101+ .env.development.local
102+ /.env.example
103+
104+ # typescript
105+ * .tsbuildinfo
106+ next-env.d.ts
You can’t perform that action at this time.
0 commit comments