Skip to content

Commit af68cba

Browse files
feat: Add an example of a picture gallery (#1221)
* feat: Add an example of a picture gallery * Update rust/pictures-gallery/README.md Co-authored-by: Jessie Mongeon <[email protected]> --------- Co-authored-by: Jessie Mongeon <[email protected]>
1 parent 22e6394 commit af68cba

24 files changed

+4425
-0
lines changed

rust/pictures-gallery/.gitignore

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
# Various IDEs and Editors
2+
.vscode/
3+
.idea/
4+
**/*~
5+
6+
# Mac OSX temporary files
7+
.DS_Store
8+
**/.DS_Store
9+
10+
# dfx temporary files
11+
.dfx/
12+
13+
# generated files
14+
**/declarations/
15+
16+
# rust
17+
target/
18+
19+
# frontend code
20+
node_modules/
21+
dist/
22+
.svelte-kit/
23+
24+
# environment variables
25+
.env

0 commit comments

Comments
 (0)