forked from IndieSmiths/nodezator
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
19 lines (18 loc) · 712 Bytes
/
.gitignore
File metadata and controls
19 lines (18 loc) · 712 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
### pycache
__pycache__/
### if you cloned this repo and plan to make pull
### requests, please, don't add files/folders related
### to your personal workflow/preferred tooling.
###
### those should be added either on .git/info/exclude,
### which is specific to each local repository, or
### to a .gitignore file on your user folder, which is
### considered for all your repositories if you set the
### "core.excludesfile" config to its path like this:
### git config --global core.excludesFile '~/.gitignore'
###
### for instance, if you use VIM, you may want to add
### the following rule to your .gitignore file, like I
### did, since I use VIM (don't uncomment, this is just
### a demonstration):
### *.swp