File: .gitignore

package info (click to toggle)
node-recast 0.23.4-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,340 kB
  • sloc: javascript: 938; sh: 22; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 172 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
/node_modules
/test/data/babylon
/test/data/babel-parser
/test/data/graphql-tools-src

# Ignore TypeScript-emitted files
*.js
!.*rc.js
*.d.ts
# Except...
!/types/**/*.d.ts