File: .gitignore

package info (click to toggle)
compass-normalize-plugin 7.0.1-3
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, forky, sid, trixie
  • size: 1,012 kB
  • sloc: javascript: 151; ruby: 15; makefile: 4; sh: 1
file content (21 lines) | stat: -rw-r--r-- 258 bytes parent folder | download | duplicates (4)
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