openethereum/.gitignore
Jaco Greeff 3d9deb7770 npm cleanups (#5512)
* Cleanup @parity modules in npm run clean

* Remove top-level yarn files (only in js)
2017-04-26 12:38:21 +02:00

41 lines
337 B
Plaintext

# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
# Cargo lock in subs
**/Cargo.lock
# Generated by Cargo
**/target/
# vim stuff
*.swp
# mac stuff
.DS_Store
# npm stuff
npm-debug.log
node_modules
# gdb files
.gdb_history
/json-tests/target/
# jetbrains ide stuff
.idea
*.iml
# Build artifacts
out/
.vscode
/parity.*