baudehlo / node-fs-ext

Extras missing from node's fs module
MIT License
101 stars 45 forks source link

Adding .gitignore #10

Closed bryankaplan closed 12 years ago

bryankaplan commented 12 years ago

Hi, thanks for writing this sweet module. It's exactly what I was looking for. It should probably be made an official part of fs, but it does the job as a module. I'm just adding this .gitignore so it can be kept as a git submodule without git complaining that the build directory indicates the module is unclean.

I also considered changing the readme, but I'll just give you a heads up instead. The node fs documentation strongly advises against using sync fs operations, so the sample code for flock should probably use open() instead of openSync(). There's really no need to use sync for this.

Anyway, thanks again.

Regards, Bryan