diff options
| author | s1n <[email protected]> | 2019-08-27 08:17:56 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2019-08-27 08:17:56 -0700 |
| commit | 098c912225e271081f00b52eb3d72f66c9dd4458 (patch) | |
| tree | 6dbd1551525419be20d3d793f8395b9409e3bf27 | |
| parent | Initial commit (diff) | |
| download | discord.js-bot-example-098c912225e271081f00b52eb3d72f66c9dd4458.tar.xz discord.js-bot-example-098c912225e271081f00b52eb3d72f66c9dd4458.zip | |
gitignore for basics
| -rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..94d31e5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +node_modules/ +package-lock.json +.idea/ +.vscode/ +.vs/ +docs/ |