forked from SupratikRulz/AnimizeJS
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.gitignore
More file actions
27 lines (21 loc) · 668 Bytes
/
.gitignore
File metadata and controls
27 lines (21 loc) · 668 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
# All exclusions are specific to NPM, GIT, IDE and Operating Systems.
# - Do not allow installed node modules to be comitted. Doing `npm install` will bring them to root or other places.
node_modules
# - Prevent addition of Operating System specific explorer files.
Thumbs.db
thumbs.db
.DS_Store
# - Prevent addition of any type of log files.
*.log
# - Prevent Visual Studio Code (VS CODE) configurations to be comitted in repository.
.vscode/
# - Prevent build files from being comitted in repository.
/out/
/dist/
# - Prevent different backup files from sourcetree to being comitted in repository.
*.BACKUP.*
*.BASE.*
*.LOCAL.*
*.REMOTE.*
*.orig.*
*.STACKDUMP