Welcome to mirror list, hosted at ThFree Co, Russian Federation.

.gitignore - github.com/JohnAlbin/normalize-scss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e8d02239ef5bbb884fa7b0b758bb3ef280081b62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Exclude stuff specific to this project.
node_modules
/v[1-9]

# Exclude IDE management files.
  # Eclipse
.project
.settings
.buildpath
  # Netbeans
netbeans
nbproject
  # Komodo
*.kpf
  # WebStorm
.idea

# Exclude hidden OS files.
.DS_Store
._*
Thumbs.db