-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Expand file tree
/
Copy path.gitignore
More file actions
33 lines (32 loc) · 636 Bytes
/
.gitignore
File metadata and controls
33 lines (32 loc) · 636 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
__pycache__/
.idea/
.fleet/
.vscode/
**/dist/*
**/build/
**/node_modules/
**/.venv/
test/coverage/
**/tmp/*
core/config/**/*.json
scripts/out/*.md
package-lock.json
*.pyc
.DS_Store
*.sublime-workspace
npm-debug.log
debug.log
# Keep ignoring a repo-root .env on the safe side.
.env
.last-native-node-modules-rebuild
bridges/nodejs/.last-nodejs-bridge-deps-sync
bridges/python/src/.last-python-bridge-deps-sync
tcp_server/src/.last-tcp-server-deps-sync
bridges/python/src/Pipfile.lock
tcp_server/src/Pipfile.lock
!bridges/python/**/.gitkeep
!bridges/nodejs/**/.gitkeep
!**/*.sample*
package.json.backup
.python-version
schemas/**/*.json