-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
executable file
·18 lines (18 loc) · 930 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
##########################################################################
############################ files to ignore #############################
#### to use with a custom script that create a file structure ######
struct
##########################################################################
######################### directories to ignore ##########################
############## temp directory for developement env ###############
src/.tmp/
################# directory for production env ###################
build/
########################### for sass #############################
.sass-cache/
##### The next are installed based on the versions listed in #####
### `package.json` when you do `npm install` in this directory ###
node_modules/
##### The next are installed based on the versions listed in #####
# `component.json` when you do `bower install` in this directory #
src/libs/