mirror of
https://github.com/kolbytn/mindcraft.git
synced 2025-07-19 06:25:17 +02:00
Create .gitignore
This commit is contained in:
parent
a63ca411a4
commit
2b0dde6933
1 changed files with 18 additions and 0 deletions
18
.gitignore
vendored
Normal file
18
.gitignore
vendored
Normal file
|
@ -0,0 +1,18 @@
|
|||
.vscode/
|
||||
.idea/
|
||||
node_modules/
|
||||
package-lock.json
|
||||
code_records/
|
||||
scratch.js
|
||||
bots/**/action-code/**
|
||||
bots/**/
|
||||
keys.json
|
||||
services/viaproxy/jars/**
|
||||
services/viaproxy/logs/**
|
||||
services/viaproxy/plugins/**
|
||||
services/viaproxy/ViaLoader/**
|
||||
services/viaproxy/saves.json
|
||||
services/viaproxy/viaproxy.yml
|
||||
tmp/
|
||||
wandb/
|
||||
experiments/
|
Loading…
Add table
Reference in a new issue