forked from puikinsh/Adminator-admin-dashboard
-
-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy path.gitignore
More file actions
executable file
·32 lines (26 loc) · 528 Bytes
/
.gitignore
File metadata and controls
executable file
·32 lines (26 loc) · 528 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
# ----------------------------
# Generated Files & Folders
# ----------------------------
# [1] : Windows thumbnail cache files.
# [2] : Folder config file.
# [3] : Recycle Bin used on file shares.
.idea
.DS_Store
.sass-cache
Thumbs.db # [1]
ehthumbs.db # [1]
Desktop.ini # [2]
$RECYCLE.BIN # [3]
# ----------------------------
# Packaging
# ----------------------------
logs
*.log
npm-debug.log*
node_modules
yarn.lock
# ----------------------------
# Project Folders
# ----------------------------
build/
dist/