File tree Expand file tree Collapse file tree 1 file changed +135
-0
lines changed
Expand file tree Collapse file tree 1 file changed +135
-0
lines changed Original file line number Diff line number Diff line change 1+ # ###########################
2+ # OS X
3+ # ###########################
4+
5+ .DS_Store
6+ .AppleDouble
7+ .LSOverride
8+ Icon
9+ .Spotlight-V100
10+ .Trashes
11+ ._ *
12+
13+
14+ # ###########################
15+ # Linux
16+ # ###########################
17+
18+ * ~
19+
20+
21+ # ###########################
22+ # Windows
23+ # ###########################
24+
25+ Thumbs.db
26+ ehthumbs.db
27+ Desktop.ini
28+ $RECYCLE.BIN /
29+ * .cab
30+ * .msi
31+ * .msm
32+ * .msp
33+
34+
35+ # ###########################
36+ # Packages
37+ # ###########################
38+
39+ * .7z
40+ * .csv
41+ * .dat
42+ * .dmg
43+ * .gz
44+ * .iso
45+ * .jar
46+ * .rar
47+ * .tar
48+ * .zip
49+ * .com
50+ * .class
51+ * .dll
52+ * .exe
53+ * .o
54+ * .seed
55+ * .so
56+ * .swo
57+ * .swp
58+ * .swn
59+ * .swm
60+ * .out
61+ * .pid
62+
63+
64+ # ###########################
65+ # Logs and databases
66+ # ###########################
67+
68+ .tmp
69+ * .log
70+ * .sql
71+ * .sqlite
72+
73+
74+ # ###########################
75+ # Misc.
76+ # ###########################
77+
78+ * #
79+ .idea
80+ nbproject
81+ .vscode /
82+
83+
84+ # ###########################
85+ # Node.js
86+ # ###########################
87+
88+ lib-cov
89+ lcov.info
90+ pids
91+ logs
92+ results
93+ build
94+ node_modules
95+ .node_history
96+ package-lock.json
97+ ** /package-lock.json
98+ ! docs /package-lock.json
99+ * .heapsnapshot
100+
101+
102+ # ###########################
103+ # Tests
104+ # ###########################
105+
106+ testApp
107+ coverage
108+ cypress /screenshots
109+ cypress /videos
110+
111+
112+ # ###########################
113+ # Documentation
114+ # ###########################
115+
116+ dist
117+
118+ # ###########################
119+ # Builds
120+ # ###########################
121+
122+ packages /strapi-generate-new /files /public /
123+
124+ # ###########################
125+ # Example app
126+ # ###########################
127+
128+ .dev
129+ # *.cache
130+
131+ # ###########################
132+ # Visual Studio Code
133+ # ###########################
134+
135+ front-workspace.code-workspace
You can’t perform that action at this time.
0 commit comments