Skip to content
This repository was archived by the owner on Jan 18, 2024. It is now read-only.

Commit 221e28e

Browse files
frankharkinskifumi
andauthored
Update v1 (#68)
* Update gitignore * Fix errors for platypus * Fix translation ids * Fix title of 'Piday code' * Fix headings in 'Hello Qiskit' * Fix notebook Co-authored-by: kifumi <kifumi@jp.ibm.com> --------- Co-authored-by: kifumi <kifumi@jp.ibm.com>
1 parent 8a71816 commit 221e28e

5 files changed

Lines changed: 345 additions & 548 deletions

File tree

.gitignore

Lines changed: 50 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,50 @@
1+
# Always-ignore extensions
2+
*.diff
3+
*.err
4+
*.orig
5+
*.log
6+
*.rej
7+
*.swo
8+
*.swp
9+
*.zip
10+
*.vi
11+
*~
12+
.ipynb_checkpoints
13+
14+
# OS or Editor folders
15+
.DS_Store
16+
._*
17+
Thumbs.db
18+
.cache
19+
.project
20+
.settings
21+
.tmproj
22+
*.esproj
23+
nbproject
24+
*.sublime-project
25+
*.sublime-workspace
26+
.idea
27+
.qiskit
28+
29+
# Folders to ignore
30+
.vscode
31+
node_modules
32+
ts_build
33+
dist
34+
__pycache__
35+
*.egg-info
36+
working
37+
tests/.temp
38+
environment/ipython/profile_default
39+
40+
public/
41+
cypress/screenshots
42+
43+
# Environments
44+
.env
45+
.venv
46+
env/
47+
venv/
48+
ENV/
49+
env.bak/
50+
venv.bak/

0 commit comments

Comments
 (0)