Skip to content

Commit 202d159

Browse files
committed
Algo to CPP
1 parent 7163d58 commit 202d159

1 file changed

Lines changed: 22 additions & 0 deletions

File tree

.gitignore

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,3 +34,25 @@ yarn-error.log*
3434
# typescript
3535
*.tsbuildinfo
3636
next-env.d.ts
37+
38+
# Native addon build artifacts (node-gyp)
39+
*.node
40+
*.o
41+
*.a
42+
*.so
43+
*.dylib
44+
build/
45+
out/
46+
*.exp
47+
*.lib
48+
*.dll
49+
50+
# IDE
51+
.vscode/
52+
.idea/
53+
*.swp
54+
*.swo
55+
*~
56+
.project
57+
.settings/
58+
*.iml

0 commit comments

Comments
 (0)