1 Star 0 Fork 0

页由/Nim

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.07 KB
一键复制 编辑 原始数据 按行查看 历史
Timothee Cour 提交于 2020-01-24 13:17 . refactor htmldocs; gitignore it
*
!**/
!*.*
# Cache
nimcache/
rnimcache/
dnimcache/
*.o
!/icons/*.o
*.obj
*.ilk
*.exp
*.pdb
*.lib
*.dll
*.exe
*.so
*.dylib
*.zip
*.iss
*.log
*.pdb
mapping.txt
tags
install.sh
deinstall.sh
doc/html/
doc/*.html
doc/*.pdf
doc/*.idx
/web/upload
/build/*
bin/*
# iOS specific wildcards.
*.mode1v3
*.pbxuser
*.perspective
*.perspectivev3
*.swp
.DS_Store
.tags
project.xcworkspace/
xcuserdata/
# Generated files.
/compile.json
/compiler/nim.dot
/reject.json
/run.json
/tools/dochack/dochack.js
*.json
/pkgstemp/**/*
# for `nim doc foo.nim`
/*.html
lib/**/*.html
#/testresults.html #covered by /*.html
/testresults.json
testament.db
/tests/**/*.json
/tests/**/*.js
/csources
dist/
# Private directories and files (IDEs)
.*/
~*
# testament cruft; TODO: generate these in a gitignore'd dir in the first place.
testresults/
test.txt
/test.ini
tweeter.db
tweeter_test.db
megatest.nim
/outputExpected.txt
/outputGotten.txt
/lib/pure/*.js
!/.builds/
# ignore debug dirs generated by dsymutil on OSX
*.dSYM
nimdoc.out.css
# for `nim c -r nimdoc/tester` etc; this can be in multiple places
htmldocs
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/di2344/Nim.git
git@gitee.com:di2344/Nim.git
di2344
Nim
Nim
devel

搜索帮助