File: .gitignore

package info (click to toggle)
node-addon-api 8.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 2,256 kB
  • sloc: cpp: 15,585; javascript: 5,664; ansic: 157; makefile: 7
file content (22 lines) | stat: -rw-r--r-- 367 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/node_modules
/build
/benchmark/build
/benchmark/src
/test/addon_build/addons
/test/require_basic_finalizers/addons
/.vscode

# ignore node-gyp generated files outside its build directory
/test/*.Makefile
/test/*.mk

# ignore node-gyp generated Visual Studio files
*.vcxproj
*.vcxproj.filters
*.vcxproj.user
*.vsidx
*.sln
*.suo
/test/.vs/
/test/Release/
/test/Debug/