Skip to content

Commit

Permalink
Nord - Project Initialization
Browse files Browse the repository at this point in the history
  • Loading branch information
arcticicestudio committed Sep 4, 2016
0 parents commit 6dc9b05
Show file tree
Hide file tree
Showing 6 changed files with 942 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
# Automatically perform line feed (LF) normalization for files detected as text and leave all files detected as binary
# untouched.
* text=auto

# +----------------------+
# + Adobe Creative Suite +
# +----------------------+
# Color Swatch Exchange
*.ase binary

# +-------------------+
# + Adobe Illustrator +
# +-------------------+
# Project Map
*.ai binary

# +-----------------+
# + Adobe Photoshop +
# +-----------------+
# Color Palette
*.aco binary

# +---------------+
# + GIMP/Inkscape +
# +---------------+
# Color Palette
*.gpl text eol=lf
# Project Map
*.xcf binary

# +-------+
# + Gpick +
# +-------+
# Color Palette
*.gpa binary
23 changes: 23 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# +---------+
# + Node.js +
# +---------+
node_modules
npm-debug.log*
.npm/
*.log
# Runtime data
pids
*.pid
*.seed
*.pid.lock

# +-------------------+
# + Project Structure +
# +-------------------+
build

# +------+
# + Sass +
# +------+
.sass-cache
*.css.map
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
![Nord](https://raw.githubusercontent.com/arcticicestudio/nord/develop/src/assets/nord-logo-banner.svg)
1 change: 1 addition & 0 deletions COPYRIGHT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Copyright (C) 2016 Arctic Ice Studio <[email protected]>
Loading

0 comments on commit 6dc9b05

Please sign in to comment.