aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
blob: 958aff3a3505ba0d1aa1ee893a9b8eb84381fdeb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
build/
install/

# Object files
*.o
*.lib
*.so
*.lo
*.la
*.pyc

# Temp files
*.swp
*.swo
*~

# npmpub files
src/mraajsJAVASCRIPT_wrap.cxx
src/version.c
package.json
binding.gyp
READMEFIRST
npm-debug.log

# Sonar
.scannerwork/

# Visual Studio Code
.vscode/